Shades of Rust #BD3C04
Tints of Rust #BD3C04
RGB
CMYK
RGB Variations
Color information
#BD3C04 (or 0xBD3C04) is known color: Rust. HEX triplet: BD, 3C and 04. RGB value is (189,60,4). Sum of RGB (Red+Green+Blue) = 189+60+4=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3C04 is #42C3FB. Grayscale: #5C5C5C. Windows color (decimal): -4375548 or 277693. OLE color: 277693.
HSL color Cylindrical-coordinate representation of color #BD3C04: hue angle of 18.16º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD3C04 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.26 |
| HSL | 18.16º | 0.96% | 0.38% | - |
| HSV(B) | 18.16º | 0.98% | 0.74% | - |
| XYZ | 22.62 | 14.06 | 1.64 | - |
| YUV | 92.19 | 78.24 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 4 | 0 | 0.68 | 0.98 | 0.26 | 18.16 | 0.96 | 0.38 |
| Hex | BD | 3C | 4 | 0 | 44 | 62 | 1A | 12 | 60 | 26 |
| Octal | 275 | 74 | 4 | 0 | 104 | 142 | 32 | 22 | 140 | 46 |
| Binary | 10111101 | 111100 | 100 | 0 | 1000100 | 1100010 | 11010 | 10010 | 1100000 | 100110 |
Color Harmonies of #BD3C04
Complementary color
Monochromatic Colors of #BD3C04
Black with #BD3C04
Text Example
Text Example
White with #BD3C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C04; }
p { color: rgb(189,60,4); }
H1.HeaderClassName
{
color: #BD3C04;
}
.AnyTagClassName
{
color: #BD3C04;
}
</style>
background-color css
<style>
a { background-color: #BD3C04; }
a { background-color: rgb(189,60,4); }
div.DivClassName
{
background-color: #BD3C04;
}
.BgClassName
{
background-color: #BD3C04;
}
</style>
border-color css
<style>
span { border-color: #BD3C04; }
span { border-color: rgb(189,60,4); }
td.TdClassName
{
border-color: #BD3C04;
}
.TagClassName
{
border-color: #BD3C04;
}
</style>