Shades of Cardinal #CA182F
Tints of Cardinal #CA182F
RGB
CMYK
RGB Variations
Color information
#CA182F (or 0xCA182F) is known color: Cardinal. HEX triplet: CA, 18 and 2F. RGB value is (202,24,47). Sum of RGB (Red+Green+Blue) = 202+24+47=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA182F is #35E7D0. Grayscale: #4F4F4F. Windows color (decimal): -3532753 or 3086538. OLE color: 3086538.
HSL color Cylindrical-coordinate representation of color #CA182F: hue angle of 352.25º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA182F is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 47 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.21 |
| HSL | 352.25º | 0.79% | 0.44% | - |
| HSV(B) | 352.25º | 0.88% | 0.79% | - |
| XYZ | 25.2 | 13.42 | 3.95 | - |
| YUV | 79.84 | 109.47 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 47 | 0 | 0.88 | 0.77 | 0.21 | 352.25 | 0.79 | 0.44 |
| Hex | CA | 18 | 2F | 0 | 58 | 4D | 15 | 160 | 4F | 2C |
| Octal | 312 | 30 | 57 | 0 | 130 | 115 | 25 | 540 | 117 | 54 |
| Binary | 11001010 | 11000 | 101111 | 0 | 1011000 | 1001101 | 10101 | 101100000 | 1001111 | 101100 |
Color Harmonies of #CA182F
Complementary color
Monochromatic Colors of #CA182F
Black with #CA182F
Text Example
Text Example
White with #CA182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA182F; }
p { color: rgb(202,24,47); }
H1.HeaderClassName
{
color: #CA182F;
}
.AnyTagClassName
{
color: #CA182F;
}
</style>
background-color css
<style>
a { background-color: #CA182F; }
a { background-color: rgb(202,24,47); }
div.DivClassName
{
background-color: #CA182F;
}
.BgClassName
{
background-color: #CA182F;
}
</style>
border-color css
<style>
span { border-color: #CA182F; }
span { border-color: rgb(202,24,47); }
td.TdClassName
{
border-color: #CA182F;
}
.TagClassName
{
border-color: #CA182F;
}
</style>