Shades of Cardinal #B3062F
Tints of Cardinal #B3062F
RGB
CMYK
RGB Variations
Color information
#B3062F (or 0xB3062F) is known color: Cardinal. HEX triplet: B3, 06 and 2F. RGB value is (179,6,47). Sum of RGB (Red+Green+Blue) = 179+6+47=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B3062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3062F is #4CF9D0. Grayscale: #3E3E3E. Windows color (decimal): -5044689 or 3081907. OLE color: 3081907.
HSL color Cylindrical-coordinate representation of color #B3062F: hue angle of 345.78º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B3062F is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 47 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.30 |
| HSL | 345.78º | 0.94% | 0.36% | - |
| HSV(B) | 345.78º | 0.97% | 0.7% | - |
| XYZ | 19.17 | 9.92 | 3.59 | - |
| YUV | 62.4 | 119.31 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 47 | 0 | 0.97 | 0.74 | 0.30 | 345.78 | 0.94 | 0.36 |
| Hex | B3 | 6 | 2F | 0 | 61 | 4A | 1E | 15A | 5E | 24 |
| Octal | 263 | 6 | 57 | 0 | 141 | 112 | 36 | 532 | 136 | 44 |
| Binary | 10110011 | 110 | 101111 | 0 | 1100001 | 1001010 | 11110 | 101011010 | 1011110 | 100100 |
Color Harmonies of #B3062F
Complementary color
Monochromatic Colors of #B3062F
Black with #B3062F
Text Example
Text Example
White with #B3062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3062F; }
p { color: rgb(179,6,47); }
H1.HeaderClassName
{
color: #B3062F;
}
.AnyTagClassName
{
color: #B3062F;
}
</style>
background-color css
<style>
a { background-color: #B3062F; }
a { background-color: rgb(179,6,47); }
div.DivClassName
{
background-color: #B3062F;
}
.BgClassName
{
background-color: #B3062F;
}
</style>
border-color css
<style>
span { border-color: #B3062F; }
span { border-color: rgb(179,6,47); }
td.TdClassName
{
border-color: #B3062F;
}
.TagClassName
{
border-color: #B3062F;
}
</style>