Shades of Rust #B44408
Tints of Rust #B44408
RGB
CMYK
RGB Variations
Color information
#B44408 (or 0xB44408) is known color: Rust. HEX triplet: B4, 44 and 08. RGB value is (180,68,8). Sum of RGB (Red+Green+Blue) = 180+68+8=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B44408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44408 is #4BBBF7. Grayscale: #5F5F5F. Windows color (decimal): -4963320 or 541876. OLE color: 541876.
HSL color Cylindrical-coordinate representation of color #B44408: hue angle of 20.93º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B44408 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.29 |
| HSL | 20.93º | 0.91% | 0.37% | - |
| HSV(B) | 20.93º | 0.96% | 0.71% | - |
| XYZ | 20.93 | 13.86 | 1.8 | - |
| YUV | 94.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 8 | 0 | 0.62 | 0.96 | 0.29 | 20.93 | 0.91 | 0.37 |
| Hex | B4 | 44 | 8 | 0 | 3E | 60 | 1D | 15 | 5B | 25 |
| Octal | 264 | 104 | 10 | 0 | 76 | 140 | 35 | 25 | 133 | 45 |
| Binary | 10110100 | 1000100 | 1000 | 0 | 111110 | 1100000 | 11101 | 10101 | 1011011 | 100101 |
Color Harmonies of #B44408
Complementary color
Monochromatic Colors of #B44408
Black with #B44408
Text Example
Text Example
White with #B44408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44408; }
p { color: rgb(180,68,8); }
H1.HeaderClassName
{
color: #B44408;
}
.AnyTagClassName
{
color: #B44408;
}
</style>
background-color css
<style>
a { background-color: #B44408; }
a { background-color: rgb(180,68,8); }
div.DivClassName
{
background-color: #B44408;
}
.BgClassName
{
background-color: #B44408;
}
</style>
border-color css
<style>
span { border-color: #B44408; }
span { border-color: rgb(180,68,8); }
td.TdClassName
{
border-color: #B44408;
}
.TagClassName
{
border-color: #B44408;
}
</style>