Shades of Rust #B05003
Tints of Rust #B05003
RGB
CMYK
RGB Variations
Color information
#B05003 (or 0xB05003) is known color: Rust. HEX triplet: B0, 50 and 03. RGB value is (176,80,3). Sum of RGB (Red+Green+Blue) = 176+80+3=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B05003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05003 is #4FAFFC. Grayscale: #646464. Windows color (decimal): -5222397 or 217264. OLE color: 217264.
HSL color Cylindrical-coordinate representation of color #B05003: hue angle of 26.71º 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 #B05003 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 80 | 3 | - |
CMYK | 0 | 0.55 | 0.98 | 0.31 |
HSL | 26.71º | 0.97% | 0.35% | - |
HSV(B) | 26.71º | 0.98% | 0.69% | - |
XYZ | 20.79 | 14.97 | 1.88 | - |
YUV | 99.93 | 73.3 | 182.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 80 | 3 | 0 | 0.55 | 0.98 | 0.31 | 26.71 | 0.97 | 0.35 |
Hex | B0 | 50 | 3 | 0 | 37 | 62 | 1F | 1B | 61 | 23 |
Octal | 260 | 120 | 3 | 0 | 67 | 142 | 37 | 33 | 141 | 43 |
Binary | 10110000 | 1010000 | 11 | 0 | 110111 | 1100010 | 11111 | 11011 | 1100001 | 100011 |
Color Harmonies of #B05003
Complementary color
Monochromatic Colors of #B05003
Black with #B05003
Text Example
Text Example
White with #B05003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05003; }
p { color: rgb(176,80,3); }
H1.HeaderClassName
{
color: #B05003;
}
.AnyTagClassName
{
color: #B05003;
}
</style>
background-color css
<style>
a { background-color: #B05003; }
a { background-color: rgb(176,80,3); }
div.DivClassName
{
background-color: #B05003;
}
.BgClassName
{
background-color: #B05003;
}
</style>
border-color css
<style>
span { border-color: #B05003; }
span { border-color: rgb(176,80,3); }
td.TdClassName
{
border-color: #B05003;
}
.TagClassName
{
border-color: #B05003;
}
</style>