Shades of Rust #B43318
Tints of Rust #B43318
RGB
CMYK
RGB Variations
Color information
#B43318 (or 0xB43318) is known color: Rust. HEX triplet: B4, 33 and 18. RGB value is (180,51,24). Sum of RGB (Red+Green+Blue) = 180+51+24=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B43318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43318 is #4BCCE7. Grayscale: #565656. Windows color (decimal): -4967656 or 1586100. OLE color: 1586100.
HSL color Cylindrical-coordinate representation of color #B43318: hue angle of 10.38º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B43318 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 24 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.29 |
| HSL | 10.38º | 0.76% | 0.4% | - |
| HSV(B) | 10.38º | 0.87% | 0.71% | - |
| XYZ | 20.17 | 12.14 | 2.14 | - |
| YUV | 86.49 | 92.74 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 24 | 0 | 0.72 | 0.87 | 0.29 | 10.38 | 0.76 | 0.4 |
| Hex | B4 | 33 | 18 | 0 | 48 | 57 | 1D | A | 4C | 28 |
| Octal | 264 | 63 | 30 | 0 | 110 | 127 | 35 | 12 | 114 | 50 |
| Binary | 10110100 | 110011 | 11000 | 0 | 1001000 | 1010111 | 11101 | 1010 | 1001100 | 101000 |
Color Harmonies of #B43318
Complementary color
Monochromatic Colors of #B43318
Black with #B43318
Text Example
Text Example
White with #B43318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43318; }
p { color: rgb(180,51,24); }
H1.HeaderClassName
{
color: #B43318;
}
.AnyTagClassName
{
color: #B43318;
}
</style>
background-color css
<style>
a { background-color: #B43318; }
a { background-color: rgb(180,51,24); }
div.DivClassName
{
background-color: #B43318;
}
.BgClassName
{
background-color: #B43318;
}
</style>
border-color css
<style>
span { border-color: #B43318; }
span { border-color: rgb(180,51,24); }
td.TdClassName
{
border-color: #B43318;
}
.TagClassName
{
border-color: #B43318;
}
</style>