Shades of Rust #BD4308
Tints of Rust #BD4308
RGB
CMYK
RGB Variations
Color information
#BD4308 (or 0xBD4308) is known color: Rust. HEX triplet: BD, 43 and 08. RGB value is (189,67,8). Sum of RGB (Red+Green+Blue) = 189+67+8=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4308 is #42BCF7. Grayscale: #616161. Windows color (decimal): -4373752 or 541629. OLE color: 541629.
HSL color Cylindrical-coordinate representation of color #BD4308: hue angle of 19.56º 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 #BD4308 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.26 |
| HSL | 19.56º | 0.92% | 0.39% | - |
| HSV(B) | 19.56º | 0.96% | 0.74% | - |
| XYZ | 23.04 | 14.85 | 1.88 | - |
| YUV | 96.75 | 77.92 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 8 | 0 | 0.65 | 0.96 | 0.26 | 19.56 | 0.92 | 0.39 |
| Hex | BD | 43 | 8 | 0 | 41 | 60 | 1A | 14 | 5C | 27 |
| Octal | 275 | 103 | 10 | 0 | 101 | 140 | 32 | 24 | 134 | 47 |
| Binary | 10111101 | 1000011 | 1000 | 0 | 1000001 | 1100000 | 11010 | 10100 | 1011100 | 100111 |
Color Harmonies of #BD4308
Complementary color
Monochromatic Colors of #BD4308
Black with #BD4308
Text Example
Text Example
White with #BD4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4308; }
p { color: rgb(189,67,8); }
H1.HeaderClassName
{
color: #BD4308;
}
.AnyTagClassName
{
color: #BD4308;
}
</style>
background-color css
<style>
a { background-color: #BD4308; }
a { background-color: rgb(189,67,8); }
div.DivClassName
{
background-color: #BD4308;
}
.BgClassName
{
background-color: #BD4308;
}
</style>
border-color css
<style>
span { border-color: #BD4308; }
span { border-color: rgb(189,67,8); }
td.TdClassName
{
border-color: #BD4308;
}
.TagClassName
{
border-color: #BD4308;
}
</style>