Shades of Rust #B8440A
Tints of Rust #B8440A
RGB
CMYK
RGB Variations
Color information
#B8440A (or 0xB8440A) is known color: Rust. HEX triplet: B8, 44 and 0A. RGB value is (184,68,10). Sum of RGB (Red+Green+Blue) = 184+68+10=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B8440A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8440A is #47BBF5. Grayscale: #606060. Windows color (decimal): -4701174 or 672952. OLE color: 672952.
HSL color Cylindrical-coordinate representation of color #B8440A: hue angle of 20º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8440A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 10 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.28 |
| HSL | 20º | 0.9% | 0.38% | - |
| HSV(B) | 20º | 0.95% | 0.72% | - |
| XYZ | 21.89 | 14.35 | 1.9 | - |
| YUV | 96.07 | 79.43 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 10 | 0 | 0.63 | 0.95 | 0.28 | 20 | 0.9 | 0.38 |
| Hex | B8 | 44 | A | 0 | 3F | 5F | 1C | 14 | 5A | 26 |
| Octal | 270 | 104 | 12 | 0 | 77 | 137 | 34 | 24 | 132 | 46 |
| Binary | 10111000 | 1000100 | 1010 | 0 | 111111 | 1011111 | 11100 | 10100 | 1011010 | 100110 |
Color Harmonies of #B8440A
Complementary color
Monochromatic Colors of #B8440A
Black with #B8440A
Text Example
Text Example
White with #B8440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8440A; }
p { color: rgb(184,68,10); }
H1.HeaderClassName
{
color: #B8440A;
}
.AnyTagClassName
{
color: #B8440A;
}
</style>
background-color css
<style>
a { background-color: #B8440A; }
a { background-color: rgb(184,68,10); }
div.DivClassName
{
background-color: #B8440A;
}
.BgClassName
{
background-color: #B8440A;
}
</style>
border-color css
<style>
span { border-color: #B8440A; }
span { border-color: rgb(184,68,10); }
td.TdClassName
{
border-color: #B8440A;
}
.TagClassName
{
border-color: #B8440A;
}
</style>