Shades of Rust #B12F02
Tints of Rust #B12F02
RGB
CMYK
RGB Variations
Color information
#B12F02 (or 0xB12F02) is known color: Rust. HEX triplet: B1, 2F and 02. RGB value is (177,47,2). Sum of RGB (Red+Green+Blue) = 177+47+2=226 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.32% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12F02 is #4ED0FD. Grayscale: #515151. Windows color (decimal): -5165310 or 143281. OLE color: 143281.
HSL color Cylindrical-coordinate representation of color #B12F02: hue angle of 15.43º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B12F02 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 47 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.31 |
| HSL | 15.43º | 0.98% | 0.35% | - |
| HSV(B) | 15.43º | 0.99% | 0.69% | - |
| XYZ | 19.16 | 11.38 | 1.25 | - |
| YUV | 80.74 | 83.57 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 47 | 2 | 0 | 0.73 | 0.99 | 0.31 | 15.43 | 0.98 | 0.35 |
| Hex | B1 | 2F | 2 | 0 | 49 | 63 | 1F | F | 62 | 23 |
| Octal | 261 | 57 | 2 | 0 | 111 | 143 | 37 | 17 | 142 | 43 |
| Binary | 10110001 | 101111 | 10 | 0 | 1001001 | 1100011 | 11111 | 1111 | 1100010 | 100011 |
Color Harmonies of #B12F02
Complementary color
Monochromatic Colors of #B12F02
Black with #B12F02
Text Example
Text Example
White with #B12F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12F02; }
p { color: rgb(177,47,2); }
H1.HeaderClassName
{
color: #B12F02;
}
.AnyTagClassName
{
color: #B12F02;
}
</style>
background-color css
<style>
a { background-color: #B12F02; }
a { background-color: rgb(177,47,2); }
div.DivClassName
{
background-color: #B12F02;
}
.BgClassName
{
background-color: #B12F02;
}
</style>
border-color css
<style>
span { border-color: #B12F02; }
span { border-color: rgb(177,47,2); }
td.TdClassName
{
border-color: #B12F02;
}
.TagClassName
{
border-color: #B12F02;
}
</style>