Shades of Rust #B04308
Tints of Rust #B04308
RGB
CMYK
RGB Variations
Color information
#B04308 (or 0xB04308) is known color: Rust. HEX triplet: B0, 43 and 08. RGB value is (176,67,8). Sum of RGB (Red+Green+Blue) = 176+67+8=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B04308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04308 is #4FBCF7. Grayscale: #5D5D5D. Windows color (decimal): -5225720 or 541616. OLE color: 541616.
HSL color Cylindrical-coordinate representation of color #B04308: hue angle of 21.07º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B04308 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 8 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.31 |
| HSL | 21.07º | 0.91% | 0.36% | - |
| HSV(B) | 21.07º | 0.95% | 0.69% | - |
| XYZ | 19.96 | 13.26 | 1.74 | - |
| YUV | 92.87 | 80.11 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 8 | 0 | 0.62 | 0.95 | 0.31 | 21.07 | 0.91 | 0.36 |
| Hex | B0 | 43 | 8 | 0 | 3E | 5F | 1F | 15 | 5B | 24 |
| Octal | 260 | 103 | 10 | 0 | 76 | 137 | 37 | 25 | 133 | 44 |
| Binary | 10110000 | 1000011 | 1000 | 0 | 111110 | 1011111 | 11111 | 10101 | 1011011 | 100100 |
Color Harmonies of #B04308
Complementary color
Monochromatic Colors of #B04308
Black with #B04308
Text Example
Text Example
White with #B04308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04308; }
p { color: rgb(176,67,8); }
H1.HeaderClassName
{
color: #B04308;
}
.AnyTagClassName
{
color: #B04308;
}
</style>
background-color css
<style>
a { background-color: #B04308; }
a { background-color: rgb(176,67,8); }
div.DivClassName
{
background-color: #B04308;
}
.BgClassName
{
background-color: #B04308;
}
</style>
border-color css
<style>
span { border-color: #B04308; }
span { border-color: rgb(176,67,8); }
td.TdClassName
{
border-color: #B04308;
}
.TagClassName
{
border-color: #B04308;
}
</style>