Shades of Rust #BD3C02
Tints of Rust #BD3C02
RGB
CMYK
RGB Variations
Color information
#BD3C02 (or 0xBD3C02) is known color: Rust. HEX triplet: BD, 3C and 02. RGB value is (189,60,2). Sum of RGB (Red+Green+Blue) = 189+60+2=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3C02 is #42C3FD. Grayscale: #5C5C5C. Windows color (decimal): -4375550 or 146621. OLE color: 146621.
HSL color Cylindrical-coordinate representation of color #BD3C02: hue angle of 18.61º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD3C02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.26 |
| HSL | 18.61º | 0.98% | 0.37% | - |
| HSV(B) | 18.61º | 0.99% | 0.74% | - |
| XYZ | 22.61 | 14.05 | 1.58 | - |
| YUV | 91.96 | 77.24 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 2 | 0 | 0.68 | 0.99 | 0.26 | 18.61 | 0.98 | 0.37 |
| Hex | BD | 3C | 2 | 0 | 44 | 63 | 1A | 13 | 62 | 25 |
| Octal | 275 | 74 | 2 | 0 | 104 | 143 | 32 | 23 | 142 | 45 |
| Binary | 10111101 | 111100 | 10 | 0 | 1000100 | 1100011 | 11010 | 10011 | 1100010 | 100101 |
Color Harmonies of #BD3C02
Complementary color
Monochromatic Colors of #BD3C02
Black with #BD3C02
Text Example
Text Example
White with #BD3C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C02; }
p { color: rgb(189,60,2); }
H1.HeaderClassName
{
color: #BD3C02;
}
.AnyTagClassName
{
color: #BD3C02;
}
</style>
background-color css
<style>
a { background-color: #BD3C02; }
a { background-color: rgb(189,60,2); }
div.DivClassName
{
background-color: #BD3C02;
}
.BgClassName
{
background-color: #BD3C02;
}
</style>
border-color css
<style>
span { border-color: #BD3C02; }
span { border-color: rgb(189,60,2); }
td.TdClassName
{
border-color: #BD3C02;
}
.TagClassName
{
border-color: #BD3C02;
}
</style>