Shades of Cardinal #CA1B30
Tints of Cardinal #CA1B30
RGB
CMYK
RGB Variations
Color information
#CA1B30 (or 0xCA1B30) is known color: Cardinal. HEX triplet: CA, 1B and 30. RGB value is (202,27,48). Sum of RGB (Red+Green+Blue) = 202+27+48=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1B30 is #35E4CF. Grayscale: #515151. Windows color (decimal): -3531984 or 3152842. OLE color: 3152842.
HSL color Cylindrical-coordinate representation of color #CA1B30: hue angle of 352.8º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1B30 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 48 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.21 |
| HSL | 352.8º | 0.76% | 0.45% | - |
| HSV(B) | 352.8º | 0.87% | 0.79% | - |
| XYZ | 25.28 | 13.55 | 4.08 | - |
| YUV | 81.72 | 108.98 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 48 | 0 | 0.87 | 0.76 | 0.21 | 352.8 | 0.76 | 0.45 |
| Hex | CA | 1B | 30 | 0 | 57 | 4C | 15 | 161 | 4C | 2D |
| Octal | 312 | 33 | 60 | 0 | 127 | 114 | 25 | 541 | 114 | 55 |
| Binary | 11001010 | 11011 | 110000 | 0 | 1010111 | 1001100 | 10101 | 101100001 | 1001100 | 101101 |
Color Harmonies of #CA1B30
Complementary color
Monochromatic Colors of #CA1B30
Black with #CA1B30
Text Example
Text Example
White with #CA1B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1B30; }
p { color: rgb(202,27,48); }
H1.HeaderClassName
{
color: #CA1B30;
}
.AnyTagClassName
{
color: #CA1B30;
}
</style>
background-color css
<style>
a { background-color: #CA1B30; }
a { background-color: rgb(202,27,48); }
div.DivClassName
{
background-color: #CA1B30;
}
.BgClassName
{
background-color: #CA1B30;
}
</style>
border-color css
<style>
span { border-color: #CA1B30; }
span { border-color: rgb(202,27,48); }
td.TdClassName
{
border-color: #CA1B30;
}
.TagClassName
{
border-color: #CA1B30;
}
</style>