Shades of Rust #B43D09
Tints of Rust #B43D09
RGB
CMYK
RGB Variations
Color information
#B43D09 (or 0xB43D09) is known color: Rust. HEX triplet: B4, 3D and 09. RGB value is (180,61,9). Sum of RGB (Red+Green+Blue) = 180+61+9=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43D09 is #4BC2F6. Grayscale: #5A5A5A. Windows color (decimal): -4965111 or 605620. OLE color: 605620.
HSL color Cylindrical-coordinate representation of color #B43D09: hue angle of 18.25º 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 #B43D09 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 61 | 9 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.29 |
| HSL | 18.25º | 0.9% | 0.37% | - |
| HSV(B) | 18.25º | 0.95% | 0.71% | - |
| XYZ | 20.54 | 13.06 | 1.7 | - |
| YUV | 90.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 61 | 9 | 0 | 0.66 | 0.95 | 0.29 | 18.25 | 0.9 | 0.37 |
| Hex | B4 | 3D | 9 | 0 | 42 | 5F | 1D | 12 | 5A | 25 |
| Octal | 264 | 75 | 11 | 0 | 102 | 137 | 35 | 22 | 132 | 45 |
| Binary | 10110100 | 111101 | 1001 | 0 | 1000010 | 1011111 | 11101 | 10010 | 1011010 | 100101 |
Color Harmonies of #B43D09
Complementary color
Monochromatic Colors of #B43D09
Black with #B43D09
Text Example
Text Example
White with #B43D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43D09; }
p { color: rgb(180,61,9); }
H1.HeaderClassName
{
color: #B43D09;
}
.AnyTagClassName
{
color: #B43D09;
}
</style>
background-color css
<style>
a { background-color: #B43D09; }
a { background-color: rgb(180,61,9); }
div.DivClassName
{
background-color: #B43D09;
}
.BgClassName
{
background-color: #B43D09;
}
</style>
border-color css
<style>
span { border-color: #B43D09; }
span { border-color: rgb(180,61,9); }
td.TdClassName
{
border-color: #B43D09;
}
.TagClassName
{
border-color: #B43D09;
}
</style>