Shades of Rust #B62A01
Tints of Rust #B62A01
RGB
CMYK
RGB Variations
Color information
#B62A01 (or 0xB62A01) is known color: Rust. HEX triplet: B6, 2A and 01. RGB value is (182,42,1). Sum of RGB (Red+Green+Blue) = 182+42+1=225 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.89% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 182 - color contains mainly: red. Hex color #B62A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62A01 is #49D5FE. Grayscale: #4F4F4F. Windows color (decimal): -4838911 or 76470. OLE color: 76470.
HSL color Cylindrical-coordinate representation of color #B62A01: hue angle of 13.59º degrees, saturation: 0.99, 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 #B62A01 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 42 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.29 |
| HSL | 13.59º | 0.99% | 0.36% | - |
| HSV(B) | 13.59º | 0.99% | 0.71% | - |
| XYZ | 20.12 | 11.6 | 1.21 | - |
| YUV | 79.19 | 83.88 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 42 | 1 | 0 | 0.77 | 0.99 | 0.29 | 13.59 | 0.99 | 0.36 |
| Hex | B6 | 2A | 1 | 0 | 4D | 63 | 1D | E | 63 | 24 |
| Octal | 266 | 52 | 1 | 0 | 115 | 143 | 35 | 16 | 143 | 44 |
| Binary | 10110110 | 101010 | 1 | 0 | 1001101 | 1100011 | 11101 | 1110 | 1100011 | 100100 |
Color Harmonies of #B62A01
Complementary color
Monochromatic Colors of #B62A01
Black with #B62A01
Text Example
Text Example
White with #B62A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62A01; }
p { color: rgb(182,42,1); }
H1.HeaderClassName
{
color: #B62A01;
}
.AnyTagClassName
{
color: #B62A01;
}
</style>
background-color css
<style>
a { background-color: #B62A01; }
a { background-color: rgb(182,42,1); }
div.DivClassName
{
background-color: #B62A01;
}
.BgClassName
{
background-color: #B62A01;
}
</style>
border-color css
<style>
span { border-color: #B62A01; }
span { border-color: rgb(182,42,1); }
td.TdClassName
{
border-color: #B62A01;
}
.TagClassName
{
border-color: #B62A01;
}
</style>