Shades of Cardinal #B3213F
Tints of Cardinal #B3213F
RGB
CMYK
RGB Variations
Color information
#B3213F (or 0xB3213F) is known color: Cardinal. HEX triplet: B3, 21 and 3F. RGB value is (179,33,63). Sum of RGB (Red+Green+Blue) = 179+33+63=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3213F is #4CDEC0. Grayscale: #505050. Windows color (decimal): -5037761 or 4137395. OLE color: 4137395.
HSL color Cylindrical-coordinate representation of color #B3213F: hue angle of 347.67º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3213F is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 63 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.30 |
| HSL | 347.67º | 0.69% | 0.42% | - |
| HSV(B) | 347.67º | 0.82% | 0.7% | - |
| XYZ | 20.03 | 11.03 | 5.78 | - |
| YUV | 80.07 | 118.37 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 63 | 0 | 0.82 | 0.65 | 0.30 | 347.67 | 0.69 | 0.42 |
| Hex | B3 | 21 | 3F | 0 | 52 | 41 | 1E | 15C | 45 | 2A |
| Octal | 263 | 41 | 77 | 0 | 122 | 101 | 36 | 534 | 105 | 52 |
| Binary | 10110011 | 100001 | 111111 | 0 | 1010010 | 1000001 | 11110 | 101011100 | 1000101 | 101010 |
Color Harmonies of #B3213F
Complementary color
Monochromatic Colors of #B3213F
Black with #B3213F
Text Example
Text Example
White with #B3213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3213F; }
p { color: rgb(179,33,63); }
H1.HeaderClassName
{
color: #B3213F;
}
.AnyTagClassName
{
color: #B3213F;
}
</style>
background-color css
<style>
a { background-color: #B3213F; }
a { background-color: rgb(179,33,63); }
div.DivClassName
{
background-color: #B3213F;
}
.BgClassName
{
background-color: #B3213F;
}
</style>
border-color css
<style>
span { border-color: #B3213F; }
span { border-color: rgb(179,33,63); }
td.TdClassName
{
border-color: #B3213F;
}
.TagClassName
{
border-color: #B3213F;
}
</style>