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