Shades of Rust #B43E09
Tints of Rust #B43E09
RGB
CMYK
RGB Variations
Color information
#B43E09 (or 0xB43E09) is known color: Rust. HEX triplet: B4, 3E and 09. RGB value is (180,62,9). Sum of RGB (Red+Green+Blue) = 180+62+9=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43E09 is #4BC1F6. Grayscale: #5B5B5B. Windows color (decimal): -4964855 or 605876. OLE color: 605876.
HSL color Cylindrical-coordinate representation of color #B43E09: hue angle of 18.6º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B43E09 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 62 | 9 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.29 |
| HSL | 18.6º | 0.9% | 0.37% | - |
| HSV(B) | 18.6º | 0.95% | 0.71% | - |
| XYZ | 20.59 | 13.17 | 1.71 | - |
| YUV | 91.24 | 81.59 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 9 | 0 | 0.66 | 0.95 | 0.29 | 18.6 | 0.9 | 0.37 |
| Hex | B4 | 3E | 9 | 0 | 42 | 5F | 1D | 13 | 5A | 25 |
| Octal | 264 | 76 | 11 | 0 | 102 | 137 | 35 | 23 | 132 | 45 |
| Binary | 10110100 | 111110 | 1001 | 0 | 1000010 | 1011111 | 11101 | 10011 | 1011010 | 100101 |
Color Harmonies of #B43E09
Complementary color
Monochromatic Colors of #B43E09
Black with #B43E09
Text Example
Text Example
White with #B43E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43E09; }
p { color: rgb(180,62,9); }
H1.HeaderClassName
{
color: #B43E09;
}
.AnyTagClassName
{
color: #B43E09;
}
</style>
background-color css
<style>
a { background-color: #B43E09; }
a { background-color: rgb(180,62,9); }
div.DivClassName
{
background-color: #B43E09;
}
.BgClassName
{
background-color: #B43E09;
}
</style>
border-color css
<style>
span { border-color: #B43E09; }
span { border-color: rgb(180,62,9); }
td.TdClassName
{
border-color: #B43E09;
}
.TagClassName
{
border-color: #B43E09;
}
</style>