Shades of Cardinal #B3033F
Tints of Cardinal #B3033F
RGB
CMYK
RGB Variations
Color information
#B3033F (or 0xB3033F) is known color: Cardinal. HEX triplet: B3, 03 and 3F. RGB value is (179,3,63). Sum of RGB (Red+Green+Blue) = 179+3+63=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B3033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3033F is #4CFCC0. Grayscale: #3E3E3E. Windows color (decimal): -5045441 or 4129715. OLE color: 4129715.
HSL color Cylindrical-coordinate representation of color #B3033F: hue angle of 339.55º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3033F is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.30 |
| HSL | 339.55º | 0.97% | 0.36% | - |
| HSV(B) | 339.55º | 0.98% | 0.7% | - |
| XYZ | 19.52 | 10.01 | 5.61 | - |
| YUV | 62.46 | 128.31 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 63 | 0 | 0.98 | 0.65 | 0.30 | 339.55 | 0.97 | 0.36 |
| Hex | B3 | 3 | 3F | 0 | 62 | 41 | 1E | 154 | 61 | 24 |
| Octal | 263 | 3 | 77 | 0 | 142 | 101 | 36 | 524 | 141 | 44 |
| Binary | 10110011 | 11 | 111111 | 0 | 1100010 | 1000001 | 11110 | 101010100 | 1100001 | 100100 |
Color Harmonies of #B3033F
Complementary color
Monochromatic Colors of #B3033F
Black with #B3033F
Text Example
Text Example
White with #B3033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3033F; }
p { color: rgb(179,3,63); }
H1.HeaderClassName
{
color: #B3033F;
}
.AnyTagClassName
{
color: #B3033F;
}
</style>
background-color css
<style>
a { background-color: #B3033F; }
a { background-color: rgb(179,3,63); }
div.DivClassName
{
background-color: #B3033F;
}
.BgClassName
{
background-color: #B3033F;
}
</style>
border-color css
<style>
span { border-color: #B3033F; }
span { border-color: rgb(179,3,63); }
td.TdClassName
{
border-color: #B3033F;
}
.TagClassName
{
border-color: #B3033F;
}
</style>