Shades of Rust #BD3908
Tints of Rust #BD3908
RGB
CMYK
RGB Variations
Color information
#BD3908 (or 0xBD3908) is known color: Rust. HEX triplet: BD, 39 and 08. RGB value is (189,57,8). Sum of RGB (Red+Green+Blue) = 189+57+8=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3908 is #42C6F7. Grayscale: #5B5B5B. Windows color (decimal): -4376312 or 539069. OLE color: 539069.
HSL color Cylindrical-coordinate representation of color #BD3908: hue angle of 16.24º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD3908 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.26 |
| HSL | 16.24º | 0.92% | 0.39% | - |
| HSV(B) | 16.24º | 0.96% | 0.74% | - |
| XYZ | 22.49 | 13.76 | 1.7 | - |
| YUV | 90.88 | 81.23 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 8 | 0 | 0.70 | 0.96 | 0.26 | 16.24 | 0.92 | 0.39 |
| Hex | BD | 39 | 8 | 0 | 46 | 60 | 1A | 10 | 5C | 27 |
| Octal | 275 | 71 | 10 | 0 | 106 | 140 | 32 | 20 | 134 | 47 |
| Binary | 10111101 | 111001 | 1000 | 0 | 1000110 | 1100000 | 11010 | 10000 | 1011100 | 100111 |
Color Harmonies of #BD3908
Complementary color
Monochromatic Colors of #BD3908
Black with #BD3908
Text Example
Text Example
White with #BD3908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3908; }
p { color: rgb(189,57,8); }
H1.HeaderClassName
{
color: #BD3908;
}
.AnyTagClassName
{
color: #BD3908;
}
</style>
background-color css
<style>
a { background-color: #BD3908; }
a { background-color: rgb(189,57,8); }
div.DivClassName
{
background-color: #BD3908;
}
.BgClassName
{
background-color: #BD3908;
}
</style>
border-color css
<style>
span { border-color: #BD3908; }
span { border-color: rgb(189,57,8); }
td.TdClassName
{
border-color: #BD3908;
}
.TagClassName
{
border-color: #BD3908;
}
</style>