Shades of Rust #BD430D
Tints of Rust #BD430D
RGB
CMYK
RGB Variations
Color information
#BD430D (or 0xBD430D) is known color: Rust. HEX triplet: BD, 43 and 0D. RGB value is (189,67,13). Sum of RGB (Red+Green+Blue) = 189+67+13=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD430D is #42BCF2. Grayscale: #616161. Windows color (decimal): -4373747 or 869309. OLE color: 869309.
HSL color Cylindrical-coordinate representation of color #BD430D: hue angle of 18.41º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD430D is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 13 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.26 |
| HSL | 18.41º | 0.87% | 0.4% | - |
| HSV(B) | 18.41º | 0.93% | 0.74% | - |
| XYZ | 23.07 | 14.86 | 2.03 | - |
| YUV | 97.32 | 80.42 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 13 | 0 | 0.65 | 0.93 | 0.26 | 18.41 | 0.87 | 0.4 |
| Hex | BD | 43 | D | 0 | 41 | 5D | 1A | 12 | 57 | 28 |
| Octal | 275 | 103 | 15 | 0 | 101 | 135 | 32 | 22 | 127 | 50 |
| Binary | 10111101 | 1000011 | 1101 | 0 | 1000001 | 1011101 | 11010 | 10010 | 1010111 | 101000 |
Color Harmonies of #BD430D
Complementary color
Monochromatic Colors of #BD430D
Black with #BD430D
Text Example
Text Example
White with #BD430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD430D; }
p { color: rgb(189,67,13); }
H1.HeaderClassName
{
color: #BD430D;
}
.AnyTagClassName
{
color: #BD430D;
}
</style>
background-color css
<style>
a { background-color: #BD430D; }
a { background-color: rgb(189,67,13); }
div.DivClassName
{
background-color: #BD430D;
}
.BgClassName
{
background-color: #BD430D;
}
</style>
border-color css
<style>
span { border-color: #BD430D; }
span { border-color: rgb(189,67,13); }
td.TdClassName
{
border-color: #BD430D;
}
.TagClassName
{
border-color: #BD430D;
}
</style>