Shades of Rust #BD431C
Tints of Rust #BD431C
RGB
CMYK
RGB Variations
Color information
#BD431C (or 0xBD431C) is known color: Rust. HEX triplet: BD, 43 and 1C. RGB value is (189,67,28). Sum of RGB (Red+Green+Blue) = 189+67+28=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD431C is #42BCE3. Grayscale: #636363. Windows color (decimal): -4373732 or 1852349. OLE color: 1852349.
HSL color Cylindrical-coordinate representation of color #BD431C: hue angle of 14.53º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD431C is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 28 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.26 |
| HSL | 14.53º | 0.74% | 0.43% | - |
| HSV(B) | 14.53º | 0.85% | 0.74% | - |
| XYZ | 23.2 | 14.92 | 2.75 | - |
| YUV | 99.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 28 | 0 | 0.65 | 0.85 | 0.26 | 14.53 | 0.74 | 0.43 |
| Hex | BD | 43 | 1C | 0 | 41 | 55 | 1A | F | 4A | 2B |
| Octal | 275 | 103 | 34 | 0 | 101 | 125 | 32 | 17 | 112 | 53 |
| Binary | 10111101 | 1000011 | 11100 | 0 | 1000001 | 1010101 | 11010 | 1111 | 1001010 | 101011 |
Color Harmonies of #BD431C
Complementary color
Monochromatic Colors of #BD431C
Black with #BD431C
Text Example
Text Example
White with #BD431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD431C; }
p { color: rgb(189,67,28); }
H1.HeaderClassName
{
color: #BD431C;
}
.AnyTagClassName
{
color: #BD431C;
}
</style>
background-color css
<style>
a { background-color: #BD431C; }
a { background-color: rgb(189,67,28); }
div.DivClassName
{
background-color: #BD431C;
}
.BgClassName
{
background-color: #BD431C;
}
</style>
border-color css
<style>
span { border-color: #BD431C; }
span { border-color: rgb(189,67,28); }
td.TdClassName
{
border-color: #BD431C;
}
.TagClassName
{
border-color: #BD431C;
}
</style>