Shades of Rust #B03C01
Tints of Rust #B03C01
RGB
CMYK
RGB Variations
Color information
#B03C01 (or 0xB03C01) is known color: Rust. HEX triplet: B0, 3C and 01. RGB value is (176,60,1). Sum of RGB (Red+Green+Blue) = 176+60+1=237 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.26% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03C01 is #4FC3FE. Grayscale: #585858. Windows color (decimal): -5227519 or 81072. OLE color: 81072.
HSL color Cylindrical-coordinate representation of color #B03C01: hue angle of 20.23º degrees, saturation: 0.99, 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 #B03C01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 60 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.31 |
| HSL | 20.23º | 0.99% | 0.35% | - |
| HSV(B) | 20.23º | 0.99% | 0.69% | - |
| XYZ | 19.53 | 12.46 | 1.41 | - |
| YUV | 87.96 | 78.93 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 1 | 0 | 0.66 | 0.99 | 0.31 | 20.23 | 0.99 | 0.35 |
| Hex | B0 | 3C | 1 | 0 | 42 | 63 | 1F | 14 | 63 | 23 |
| Octal | 260 | 74 | 1 | 0 | 102 | 143 | 37 | 24 | 143 | 43 |
| Binary | 10110000 | 111100 | 1 | 0 | 1000010 | 1100011 | 11111 | 10100 | 1100011 | 100011 |
Color Harmonies of #B03C01
Complementary color
Monochromatic Colors of #B03C01
Black with #B03C01
Text Example
Text Example
White with #B03C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03C01; }
p { color: rgb(176,60,1); }
H1.HeaderClassName
{
color: #B03C01;
}
.AnyTagClassName
{
color: #B03C01;
}
</style>
background-color css
<style>
a { background-color: #B03C01; }
a { background-color: rgb(176,60,1); }
div.DivClassName
{
background-color: #B03C01;
}
.BgClassName
{
background-color: #B03C01;
}
</style>
border-color css
<style>
span { border-color: #B03C01; }
span { border-color: rgb(176,60,1); }
td.TdClassName
{
border-color: #B03C01;
}
.TagClassName
{
border-color: #B03C01;
}
</style>