Shades of Rust #BD360C
Tints of Rust #BD360C
RGB
CMYK
RGB Variations
Color information
#BD360C (or 0xBD360C) is known color: Rust. HEX triplet: BD, 36 and 0C. RGB value is (189,54,12). Sum of RGB (Red+Green+Blue) = 189+54+12=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD360C is #42C9F3. Grayscale: #595959. Windows color (decimal): -4377076 or 800445. OLE color: 800445.
HSL color Cylindrical-coordinate representation of color #BD360C: hue angle of 14.24º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD360C is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 12 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.26 |
| HSL | 14.24º | 0.88% | 0.39% | - |
| HSV(B) | 14.24º | 0.94% | 0.74% | - |
| XYZ | 22.37 | 13.48 | 1.77 | - |
| YUV | 89.58 | 84.23 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 12 | 0 | 0.71 | 0.94 | 0.26 | 14.24 | 0.88 | 0.39 |
| Hex | BD | 36 | C | 0 | 47 | 5E | 1A | E | 58 | 27 |
| Octal | 275 | 66 | 14 | 0 | 107 | 136 | 32 | 16 | 130 | 47 |
| Binary | 10111101 | 110110 | 1100 | 0 | 1000111 | 1011110 | 11010 | 1110 | 1011000 | 100111 |
Color Harmonies of #BD360C
Complementary color
Monochromatic Colors of #BD360C
Black with #BD360C
Text Example
Text Example
White with #BD360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD360C; }
p { color: rgb(189,54,12); }
H1.HeaderClassName
{
color: #BD360C;
}
.AnyTagClassName
{
color: #BD360C;
}
</style>
background-color css
<style>
a { background-color: #BD360C; }
a { background-color: rgb(189,54,12); }
div.DivClassName
{
background-color: #BD360C;
}
.BgClassName
{
background-color: #BD360C;
}
</style>
border-color css
<style>
span { border-color: #BD360C; }
span { border-color: rgb(189,54,12); }
td.TdClassName
{
border-color: #BD360C;
}
.TagClassName
{
border-color: #BD360C;
}
</style>