Shades of Cardinal #B3203D
Tints of Cardinal #B3203D
RGB
CMYK
RGB Variations
Color information
#B3203D (or 0xB3203D) is known color: Cardinal. HEX triplet: B3, 20 and 3D. RGB value is (179,32,61). Sum of RGB (Red+Green+Blue) = 179+32+61=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B3203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3203D is #4CDFC2. Grayscale: #4F4F4F. Windows color (decimal): -5038019 or 4006067. OLE color: 4006067.
HSL color Cylindrical-coordinate representation of color #B3203D: hue angle of 348.16º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3203D is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 61 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.30 |
| HSL | 348.16º | 0.7% | 0.41% | - |
| HSV(B) | 348.16º | 0.82% | 0.7% | - |
| XYZ | 19.95 | 10.95 | 5.48 | - |
| YUV | 79.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 61 | 0 | 0.82 | 0.66 | 0.30 | 348.16 | 0.7 | 0.41 |
| Hex | B3 | 20 | 3D | 0 | 52 | 42 | 1E | 15C | 46 | 29 |
| Octal | 263 | 40 | 75 | 0 | 122 | 102 | 36 | 534 | 106 | 51 |
| Binary | 10110011 | 100000 | 111101 | 0 | 1010010 | 1000010 | 11110 | 101011100 | 1000110 | 101001 |
Color Harmonies of #B3203D
Complementary color
Monochromatic Colors of #B3203D
Black with #B3203D
Text Example
Text Example
White with #B3203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3203D; }
p { color: rgb(179,32,61); }
H1.HeaderClassName
{
color: #B3203D;
}
.AnyTagClassName
{
color: #B3203D;
}
</style>
background-color css
<style>
a { background-color: #B3203D; }
a { background-color: rgb(179,32,61); }
div.DivClassName
{
background-color: #B3203D;
}
.BgClassName
{
background-color: #B3203D;
}
</style>
border-color css
<style>
span { border-color: #B3203D; }
span { border-color: rgb(179,32,61); }
td.TdClassName
{
border-color: #B3203D;
}
.TagClassName
{
border-color: #B3203D;
}
</style>