Shades of Rust #B83A18
Tints of Rust #B83A18
RGB
CMYK
RGB Variations
Color information
#B83A18 (or 0xB83A18) is known color: Rust. HEX triplet: B8, 3A and 18. RGB value is (184,58,24). Sum of RGB (Red+Green+Blue) = 184+58+24=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83A18 is #47C5E7. Grayscale: #5C5C5C. Windows color (decimal): -4703720 or 1587896. OLE color: 1587896.
HSL color Cylindrical-coordinate representation of color #B83A18: hue angle of 12.75º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B83A18 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 24 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.28 |
| HSL | 12.75º | 0.77% | 0.41% | - |
| HSV(B) | 12.75º | 0.87% | 0.72% | - |
| XYZ | 21.45 | 13.28 | 2.3 | - |
| YUV | 91.8 | 89.74 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 24 | 0 | 0.68 | 0.87 | 0.28 | 12.75 | 0.77 | 0.41 |
| Hex | B8 | 3A | 18 | 0 | 44 | 57 | 1C | D | 4D | 29 |
| Octal | 270 | 72 | 30 | 0 | 104 | 127 | 34 | 15 | 115 | 51 |
| Binary | 10111000 | 111010 | 11000 | 0 | 1000100 | 1010111 | 11100 | 1101 | 1001101 | 101001 |
Color Harmonies of #B83A18
Complementary color
Monochromatic Colors of #B83A18
Black with #B83A18
Text Example
Text Example
White with #B83A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A18; }
p { color: rgb(184,58,24); }
H1.HeaderClassName
{
color: #B83A18;
}
.AnyTagClassName
{
color: #B83A18;
}
</style>
background-color css
<style>
a { background-color: #B83A18; }
a { background-color: rgb(184,58,24); }
div.DivClassName
{
background-color: #B83A18;
}
.BgClassName
{
background-color: #B83A18;
}
</style>
border-color css
<style>
span { border-color: #B83A18; }
span { border-color: rgb(184,58,24); }
td.TdClassName
{
border-color: #B83A18;
}
.TagClassName
{
border-color: #B83A18;
}
</style>