Shades of Rust #B43312
Tints of Rust #B43312
RGB
CMYK
RGB Variations
Color information
#B43312 (or 0xB43312) is known color: Rust. HEX triplet: B4, 33 and 12. RGB value is (180,51,18). Sum of RGB (Red+Green+Blue) = 180+51+18=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B43312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43312 is #4BCCED. Grayscale: #565656. Windows color (decimal): -4967662 or 1192884. OLE color: 1192884.
HSL color Cylindrical-coordinate representation of color #B43312: hue angle of 12.22º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B43312 is Cyan = 0, Magento = 0.72, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 18 | - |
| CMYK | 0 | 0.72 | 0.9 | 0.29 |
| HSL | 12.22º | 0.82% | 0.39% | - |
| HSV(B) | 12.22º | 0.9% | 0.71% | - |
| XYZ | 20.12 | 12.11 | 1.85 | - |
| YUV | 85.81 | 89.74 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 18 | 0 | 0.72 | 0.9 | 0.29 | 12.22 | 0.82 | 0.39 |
| Hex | B4 | 33 | 12 | 0 | 48 | 5A | 1D | C | 52 | 27 |
| Octal | 264 | 63 | 22 | 0 | 110 | 132 | 35 | 14 | 122 | 47 |
| Binary | 10110100 | 110011 | 10010 | 0 | 1001000 | 1011010 | 11101 | 1100 | 1010010 | 100111 |
Color Harmonies of #B43312
Complementary color
Monochromatic Colors of #B43312
Black with #B43312
Text Example
Text Example
White with #B43312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43312; }
p { color: rgb(180,51,18); }
H1.HeaderClassName
{
color: #B43312;
}
.AnyTagClassName
{
color: #B43312;
}
</style>
background-color css
<style>
a { background-color: #B43312; }
a { background-color: rgb(180,51,18); }
div.DivClassName
{
background-color: #B43312;
}
.BgClassName
{
background-color: #B43312;
}
</style>
border-color css
<style>
span { border-color: #B43312; }
span { border-color: rgb(180,51,18); }
td.TdClassName
{
border-color: #B43312;
}
.TagClassName
{
border-color: #B43312;
}
</style>