Shades of Rust #B83D02
Tints of Rust #B83D02
RGB
CMYK
RGB Variations
Color information
#B83D02 (or 0xB83D02) is known color: Rust. HEX triplet: B8, 3D and 02. RGB value is (184,61,2). Sum of RGB (Red+Green+Blue) = 184+61+2=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83D02 is #47C2FD. Grayscale: #5B5B5B. Windows color (decimal): -4702974 or 146872. OLE color: 146872.
HSL color Cylindrical-coordinate representation of color #B83D02: hue angle of 19.45º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B83D02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.28 |
| HSL | 19.45º | 0.98% | 0.36% | - |
| HSV(B) | 19.45º | 0.99% | 0.72% | - |
| XYZ | 21.45 | 13.53 | 1.54 | - |
| YUV | 91.05 | 77.75 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 2 | 0 | 0.67 | 0.99 | 0.28 | 19.45 | 0.98 | 0.36 |
| Hex | B8 | 3D | 2 | 0 | 43 | 63 | 1C | 13 | 62 | 24 |
| Octal | 270 | 75 | 2 | 0 | 103 | 143 | 34 | 23 | 142 | 44 |
| Binary | 10111000 | 111101 | 10 | 0 | 1000011 | 1100011 | 11100 | 10011 | 1100010 | 100100 |
Color Harmonies of #B83D02
Complementary color
Monochromatic Colors of #B83D02
Black with #B83D02
Text Example
Text Example
White with #B83D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D02; }
p { color: rgb(184,61,2); }
H1.HeaderClassName
{
color: #B83D02;
}
.AnyTagClassName
{
color: #B83D02;
}
</style>
background-color css
<style>
a { background-color: #B83D02; }
a { background-color: rgb(184,61,2); }
div.DivClassName
{
background-color: #B83D02;
}
.BgClassName
{
background-color: #B83D02;
}
</style>
border-color css
<style>
span { border-color: #B83D02; }
span { border-color: rgb(184,61,2); }
td.TdClassName
{
border-color: #B83D02;
}
.TagClassName
{
border-color: #B83D02;
}
</style>