Shades of Rust #B43802
Tints of Rust #B43802
RGB
CMYK
RGB Variations
Color information
#B43802 (or 0xB43802) is known color: Rust. HEX triplet: B4, 38 and 02. RGB value is (180,56,2). Sum of RGB (Red+Green+Blue) = 180+56+2=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B43802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43802 is #4BC7FD. Grayscale: #575757. Windows color (decimal): -4966398 or 145588. OLE color: 145588.
HSL color Cylindrical-coordinate representation of color #B43802: hue angle of 18.2º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B43802 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 56 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.29 |
| HSL | 18.2º | 0.98% | 0.36% | - |
| HSV(B) | 18.2º | 0.99% | 0.71% | - |
| XYZ | 20.25 | 12.54 | 1.41 | - |
| YUV | 86.92 | 80.08 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 2 | 0 | 0.69 | 0.99 | 0.29 | 18.2 | 0.98 | 0.36 |
| Hex | B4 | 38 | 2 | 0 | 45 | 63 | 1D | 12 | 62 | 24 |
| Octal | 264 | 70 | 2 | 0 | 105 | 143 | 35 | 22 | 142 | 44 |
| Binary | 10110100 | 111000 | 10 | 0 | 1000101 | 1100011 | 11101 | 10010 | 1100010 | 100100 |
Color Harmonies of #B43802
Complementary color
Monochromatic Colors of #B43802
Black with #B43802
Text Example
Text Example
White with #B43802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43802; }
p { color: rgb(180,56,2); }
H1.HeaderClassName
{
color: #B43802;
}
.AnyTagClassName
{
color: #B43802;
}
</style>
background-color css
<style>
a { background-color: #B43802; }
a { background-color: rgb(180,56,2); }
div.DivClassName
{
background-color: #B43802;
}
.BgClassName
{
background-color: #B43802;
}
</style>
border-color css
<style>
span { border-color: #B43802; }
span { border-color: rgb(180,56,2); }
td.TdClassName
{
border-color: #B43802;
}
.TagClassName
{
border-color: #B43802;
}
</style>