#CA192E

Color #CA192E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #CA192E

Tints of Cardinal #CA192E

Color information

#CA192E (or 0xCA192E) is unknown color: approx Cardinal. HEX triplet: CA, 19 and 2E. RGB value is (202,25,46). Sum of RGB (Red+Green+Blue) = 202+25+46=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA192E is #35E6D1. Grayscale: #505050. Windows color (decimal): -3532498 or 3021258. OLE color: 3021258.

HSL color Cylindrical-coordinate representation of color #CA192E: hue angle of 352.88º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA192E is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB2022546-
CMYK00.880.770.21
HSL352.88º77.97%44.51%-
HSV(B)352.88º87.62%79.22%-
XYZ25.213.453.85-
YUV80.32108.64214.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 73.99%
GREEN value IS 25 (10.16% from 255) = 9.16%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=73.99%
G=9.16%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202254600.880.770.21352.8877.9744.51
HexCA192E0584D151614e2d
Octal312315601301152554111655
Binary1100101011001101110010110001001101101011011000011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA192E; }

 p { color: rgb(202,25,46); }

 H1.HeaderClassName
 {
   color: #CA192E;
 }
 .AnyTagClassName
 {
   color: #CA192E;
 }
</style>
background-color css

<style>
 a { background-color: #CA192E; }

 a { background-color: rgb(202,25,46); }

 div.DivClassName
 {
   background-color: #CA192E;
 }
 .BgClassName
 {
   background-color: #CA192E;
 }
</style>
border-color css

<style>
 span { border-color: #CA192E; }

 span { border-color: rgb(202,25,46); }

 td.TdClassName
 {
   border-color: #CA192E;
 }
 .TagClassName
 {
   border-color: #CA192E;
 }
</style>