Shades of Cardinal #B0062F
Tints of Cardinal #B0062F
RGB
CMYK
RGB Variations
Color information
#B0062F (or 0xB0062F) is known color: Cardinal. HEX triplet: B0, 06 and 2F. RGB value is (176,6,47). Sum of RGB (Red+Green+Blue) = 176+6+47=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B0062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0062F is #4FF9D0. Grayscale: #3D3D3D. Windows color (decimal): -5241297 or 3081904. OLE color: 3081904.
HSL color Cylindrical-coordinate representation of color #B0062F: hue angle of 345.53º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0062F is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 6 | 47 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.31 |
| HSL | 345.53º | 0.93% | 0.36% | - |
| HSV(B) | 345.53º | 0.97% | 0.69% | - |
| XYZ | 18.48 | 9.57 | 3.56 | - |
| YUV | 61.5 | 119.82 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 47 | 0 | 0.97 | 0.73 | 0.31 | 345.53 | 0.93 | 0.36 |
| Hex | B0 | 6 | 2F | 0 | 61 | 49 | 1F | 15A | 5D | 24 |
| Octal | 260 | 6 | 57 | 0 | 141 | 111 | 37 | 532 | 135 | 44 |
| Binary | 10110000 | 110 | 101111 | 0 | 1100001 | 1001001 | 11111 | 101011010 | 1011101 | 100100 |
Color Harmonies of #B0062F
Complementary color
Monochromatic Colors of #B0062F
Black with #B0062F
Text Example
Text Example
White with #B0062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0062F; }
p { color: rgb(176,6,47); }
H1.HeaderClassName
{
color: #B0062F;
}
.AnyTagClassName
{
color: #B0062F;
}
</style>
background-color css
<style>
a { background-color: #B0062F; }
a { background-color: rgb(176,6,47); }
div.DivClassName
{
background-color: #B0062F;
}
.BgClassName
{
background-color: #B0062F;
}
</style>
border-color css
<style>
span { border-color: #B0062F; }
span { border-color: rgb(176,6,47); }
td.TdClassName
{
border-color: #B0062F;
}
.TagClassName
{
border-color: #B0062F;
}
</style>