Shades of Cardinal #B3203C
Tints of Cardinal #B3203C
RGB
CMYK
RGB Variations
Color information
#B3203C (or 0xB3203C) is known color: Cardinal. HEX triplet: B3, 20 and 3C. RGB value is (179,32,60). Sum of RGB (Red+Green+Blue) = 179+32+60=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B3203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3203C is #4CDFC3. Grayscale: #4F4F4F. Windows color (decimal): -5038020 or 3940531. OLE color: 3940531.
HSL color Cylindrical-coordinate representation of color #B3203C: hue angle of 348.57º 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 #B3203C is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 60 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.30 |
| HSL | 348.57º | 0.7% | 0.41% | - |
| HSV(B) | 348.57º | 0.82% | 0.7% | - |
| XYZ | 19.92 | 10.94 | 5.34 | - |
| YUV | 79.15 | 117.2 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 60 | 0 | 0.82 | 0.66 | 0.30 | 348.57 | 0.7 | 0.41 |
| Hex | B3 | 20 | 3C | 0 | 52 | 42 | 1E | 15D | 46 | 29 |
| Octal | 263 | 40 | 74 | 0 | 122 | 102 | 36 | 535 | 106 | 51 |
| Binary | 10110011 | 100000 | 111100 | 0 | 1010010 | 1000010 | 11110 | 101011101 | 1000110 | 101001 |
Color Harmonies of #B3203C
Complementary color
Monochromatic Colors of #B3203C
Black with #B3203C
Text Example
Text Example
White with #B3203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3203C; }
p { color: rgb(179,32,60); }
H1.HeaderClassName
{
color: #B3203C;
}
.AnyTagClassName
{
color: #B3203C;
}
</style>
background-color css
<style>
a { background-color: #B3203C; }
a { background-color: rgb(179,32,60); }
div.DivClassName
{
background-color: #B3203C;
}
.BgClassName
{
background-color: #B3203C;
}
</style>
border-color css
<style>
span { border-color: #B3203C; }
span { border-color: rgb(179,32,60); }
td.TdClassName
{
border-color: #B3203C;
}
.TagClassName
{
border-color: #B3203C;
}
</style>