Shades of Rust #B44302
Tints of Rust #B44302
RGB
CMYK
RGB Variations
Color information
#B44302 (or 0xB44302) is known color: Rust. HEX triplet: B4, 43 and 02. RGB value is (180,67,2). Sum of RGB (Red+Green+Blue) = 180+67+2=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B44302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44302 is #4BBCFD. Grayscale: #5D5D5D. Windows color (decimal): -4963582 or 148404. OLE color: 148404.
HSL color Cylindrical-coordinate representation of color #B44302: hue angle of 21.91º 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 #B44302 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 67 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.29 |
| HSL | 21.91º | 0.98% | 0.36% | - |
| HSV(B) | 21.91º | 0.99% | 0.71% | - |
| XYZ | 20.84 | 13.72 | 1.61 | - |
| YUV | 93.38 | 76.44 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 2 | 0 | 0.63 | 0.99 | 0.29 | 21.91 | 0.98 | 0.36 |
| Hex | B4 | 43 | 2 | 0 | 3F | 63 | 1D | 16 | 62 | 24 |
| Octal | 264 | 103 | 2 | 0 | 77 | 143 | 35 | 26 | 142 | 44 |
| Binary | 10110100 | 1000011 | 10 | 0 | 111111 | 1100011 | 11101 | 10110 | 1100010 | 100100 |
Color Harmonies of #B44302
Complementary color
Monochromatic Colors of #B44302
Black with #B44302
Text Example
Text Example
White with #B44302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44302; }
p { color: rgb(180,67,2); }
H1.HeaderClassName
{
color: #B44302;
}
.AnyTagClassName
{
color: #B44302;
}
</style>
background-color css
<style>
a { background-color: #B44302; }
a { background-color: rgb(180,67,2); }
div.DivClassName
{
background-color: #B44302;
}
.BgClassName
{
background-color: #B44302;
}
</style>
border-color css
<style>
span { border-color: #B44302; }
span { border-color: rgb(180,67,2); }
td.TdClassName
{
border-color: #B44302;
}
.TagClassName
{
border-color: #B44302;
}
</style>