Shades of Rust #BD4301
Tints of Rust #BD4301
RGB
CMYK
RGB Variations
Color information
#BD4301 (or 0xBD4301) is known color: Rust. HEX triplet: BD, 43 and 01. RGB value is (189,67,1). Sum of RGB (Red+Green+Blue) = 189+67+1=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4301 is #42BCFE. Grayscale: #606060. Windows color (decimal): -4373759 or 82877. OLE color: 82877.
HSL color Cylindrical-coordinate representation of color #BD4301: hue angle of 21.06º degrees, saturation: 0.99, 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 #BD4301 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.26 |
| HSL | 21.06º | 0.99% | 0.37% | - |
| HSV(B) | 21.06º | 0.99% | 0.74% | - |
| XYZ | 23 | 14.84 | 1.68 | - |
| YUV | 95.95 | 74.42 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 1 | 0 | 0.65 | 0.99 | 0.26 | 21.06 | 0.99 | 0.37 |
| Hex | BD | 43 | 1 | 0 | 41 | 63 | 1A | 15 | 63 | 25 |
| Octal | 275 | 103 | 1 | 0 | 101 | 143 | 32 | 25 | 143 | 45 |
| Binary | 10111101 | 1000011 | 1 | 0 | 1000001 | 1100011 | 11010 | 10101 | 1100011 | 100101 |
Color Harmonies of #BD4301
Complementary color
Monochromatic Colors of #BD4301
Black with #BD4301
Text Example
Text Example
White with #BD4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4301; }
p { color: rgb(189,67,1); }
H1.HeaderClassName
{
color: #BD4301;
}
.AnyTagClassName
{
color: #BD4301;
}
</style>
background-color css
<style>
a { background-color: #BD4301; }
a { background-color: rgb(189,67,1); }
div.DivClassName
{
background-color: #BD4301;
}
.BgClassName
{
background-color: #BD4301;
}
</style>
border-color css
<style>
span { border-color: #BD4301; }
span { border-color: rgb(189,67,1); }
td.TdClassName
{
border-color: #BD4301;
}
.TagClassName
{
border-color: #BD4301;
}
</style>