Shades of Rust #BD430F
Tints of Rust #BD430F
RGB
CMYK
RGB Variations
Color information
#BD430F (or 0xBD430F) is known color: Rust. HEX triplet: BD, 43 and 0F. RGB value is (189,67,15). Sum of RGB (Red+Green+Blue) = 189+67+15=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD430F is #42BCF0. Grayscale: #616161. Windows color (decimal): -4373745 or 1000381. OLE color: 1000381.
HSL color Cylindrical-coordinate representation of color #BD430F: hue angle of 17.93º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD430F is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 15 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.26 |
| HSL | 17.93º | 0.85% | 0.4% | - |
| HSV(B) | 17.93º | 0.92% | 0.74% | - |
| XYZ | 23.08 | 14.87 | 2.11 | - |
| YUV | 97.55 | 81.42 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 15 | 0 | 0.65 | 0.92 | 0.26 | 17.93 | 0.85 | 0.4 |
| Hex | BD | 43 | F | 0 | 41 | 5C | 1A | 12 | 55 | 28 |
| Octal | 275 | 103 | 17 | 0 | 101 | 134 | 32 | 22 | 125 | 50 |
| Binary | 10111101 | 1000011 | 1111 | 0 | 1000001 | 1011100 | 11010 | 10010 | 1010101 | 101000 |
Color Harmonies of #BD430F
Complementary color
Monochromatic Colors of #BD430F
Black with #BD430F
Text Example
Text Example
White with #BD430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD430F; }
p { color: rgb(189,67,15); }
H1.HeaderClassName
{
color: #BD430F;
}
.AnyTagClassName
{
color: #BD430F;
}
</style>
background-color css
<style>
a { background-color: #BD430F; }
a { background-color: rgb(189,67,15); }
div.DivClassName
{
background-color: #BD430F;
}
.BgClassName
{
background-color: #BD430F;
}
</style>
border-color css
<style>
span { border-color: #BD430F; }
span { border-color: rgb(189,67,15); }
td.TdClassName
{
border-color: #BD430F;
}
.TagClassName
{
border-color: #BD430F;
}
</style>