Shades of Rust #B0430C
Tints of Rust #B0430C
RGB
CMYK
RGB Variations
Color information
#B0430C (or 0xB0430C) is known color: Rust. HEX triplet: B0, 43 and 0C. RGB value is (176,67,12). Sum of RGB (Red+Green+Blue) = 176+67+12=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B0430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0430C is #4FBCF3. Grayscale: #5D5D5D. Windows color (decimal): -5225716 or 803760. OLE color: 803760.
HSL color Cylindrical-coordinate representation of color #B0430C: hue angle of 20.12º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0430C is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 12 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.31 |
| HSL | 20.12º | 0.87% | 0.37% | - |
| HSV(B) | 20.12º | 0.93% | 0.69% | - |
| XYZ | 19.98 | 13.27 | 1.86 | - |
| YUV | 93.32 | 82.11 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 12 | 0 | 0.62 | 0.93 | 0.31 | 20.12 | 0.87 | 0.37 |
| Hex | B0 | 43 | C | 0 | 3E | 5D | 1F | 14 | 57 | 25 |
| Octal | 260 | 103 | 14 | 0 | 76 | 135 | 37 | 24 | 127 | 45 |
| Binary | 10110000 | 1000011 | 1100 | 0 | 111110 | 1011101 | 11111 | 10100 | 1010111 | 100101 |
Color Harmonies of #B0430C
Complementary color
Monochromatic Colors of #B0430C
Black with #B0430C
Text Example
Text Example
White with #B0430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0430C; }
p { color: rgb(176,67,12); }
H1.HeaderClassName
{
color: #B0430C;
}
.AnyTagClassName
{
color: #B0430C;
}
</style>
background-color css
<style>
a { background-color: #B0430C; }
a { background-color: rgb(176,67,12); }
div.DivClassName
{
background-color: #B0430C;
}
.BgClassName
{
background-color: #B0430C;
}
</style>
border-color css
<style>
span { border-color: #B0430C; }
span { border-color: rgb(176,67,12); }
td.TdClassName
{
border-color: #B0430C;
}
.TagClassName
{
border-color: #B0430C;
}
</style>