Shades of Rust #B62F01
Tints of Rust #B62F01
RGB
CMYK
RGB Variations
Color information
#B62F01 (or 0xB62F01) is known color: Rust. HEX triplet: B6, 2F and 01. RGB value is (182,47,1). Sum of RGB (Red+Green+Blue) = 182+47+1=230 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.13% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62F01 is #49D0FE. Grayscale: #525252. Windows color (decimal): -4837631 or 77750. OLE color: 77750.
HSL color Cylindrical-coordinate representation of color #B62F01: hue angle of 15.25º 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 #B62F01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 47 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.29 |
| HSL | 15.25º | 0.99% | 0.36% | - |
| HSV(B) | 15.25º | 0.99% | 0.71% | - |
| XYZ | 20.31 | 11.98 | 1.27 | - |
| YUV | 82.12 | 82.23 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 47 | 1 | 0 | 0.74 | 0.99 | 0.29 | 15.25 | 0.99 | 0.36 |
| Hex | B6 | 2F | 1 | 0 | 4A | 63 | 1D | F | 63 | 24 |
| Octal | 266 | 57 | 1 | 0 | 112 | 143 | 35 | 17 | 143 | 44 |
| Binary | 10110110 | 101111 | 1 | 0 | 1001010 | 1100011 | 11101 | 1111 | 1100011 | 100100 |
Color Harmonies of #B62F01
Complementary color
Monochromatic Colors of #B62F01
Black with #B62F01
Text Example
Text Example
White with #B62F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62F01; }
p { color: rgb(182,47,1); }
H1.HeaderClassName
{
color: #B62F01;
}
.AnyTagClassName
{
color: #B62F01;
}
</style>
background-color css
<style>
a { background-color: #B62F01; }
a { background-color: rgb(182,47,1); }
div.DivClassName
{
background-color: #B62F01;
}
.BgClassName
{
background-color: #B62F01;
}
</style>
border-color css
<style>
span { border-color: #B62F01; }
span { border-color: rgb(182,47,1); }
td.TdClassName
{
border-color: #B62F01;
}
.TagClassName
{
border-color: #B62F01;
}
</style>