Shades of Rust #B12403
Tints of Rust #B12403
RGB
CMYK
RGB Variations
Color information
#B12403 (or 0xB12403) is known color: Rust. HEX triplet: B1, 24 and 03. RGB value is (177,36,3). Sum of RGB (Red+Green+Blue) = 177+36+3=216 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.94% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 177 - color contains mainly: red. Hex color #B12403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12403 is #4EDBFC. Grayscale: #4A4A4A. Windows color (decimal): -5168125 or 206001. OLE color: 206001.
HSL color Cylindrical-coordinate representation of color #B12403: hue angle of 11.38º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B12403 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.31 |
| HSL | 11.38º | 0.97% | 0.35% | - |
| HSV(B) | 11.38º | 0.98% | 0.69% | - |
| XYZ | 18.78 | 10.62 | 1.15 | - |
| YUV | 74.4 | 87.71 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 3 | 0 | 0.80 | 0.98 | 0.31 | 11.38 | 0.97 | 0.35 |
| Hex | B1 | 24 | 3 | 0 | 50 | 62 | 1F | B | 61 | 23 |
| Octal | 261 | 44 | 3 | 0 | 120 | 142 | 37 | 13 | 141 | 43 |
| Binary | 10110001 | 100100 | 11 | 0 | 1010000 | 1100010 | 11111 | 1011 | 1100001 | 100011 |
Color Harmonies of #B12403
Complementary color
Monochromatic Colors of #B12403
Black with #B12403
Text Example
Text Example
White with #B12403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12403; }
p { color: rgb(177,36,3); }
H1.HeaderClassName
{
color: #B12403;
}
.AnyTagClassName
{
color: #B12403;
}
</style>
background-color css
<style>
a { background-color: #B12403; }
a { background-color: rgb(177,36,3); }
div.DivClassName
{
background-color: #B12403;
}
.BgClassName
{
background-color: #B12403;
}
</style>
border-color css
<style>
span { border-color: #B12403; }
span { border-color: rgb(177,36,3); }
td.TdClassName
{
border-color: #B12403;
}
.TagClassName
{
border-color: #B12403;
}
</style>