#CA0D32

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

Shades of Cardinal #CA0D32

Tints of Cardinal #CA0D32

Color information

#CA0D32 (or 0xCA0D32) is unknown color: approx Cardinal. HEX triplet: CA, 0D and 32. RGB value is (202,13,50). Sum of RGB (Red+Green+Blue) = 202+13+50=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D32 is #35F2CD. Grayscale: #494949. Windows color (decimal): -3535566 or 3280330. OLE color: 3280330.

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

Color convert

RGB2021350-
CMYK00.940.750.21
HSL348.25º87.91%42.16%-
HSV(B)348.25º93.56%79.22%-
XYZ25.0813.074.22-
YUV73.73114.62219.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.23%
GREEN value IS 13 (5.47% from 255) = 4.91%
BLUE value IS 50 (19.92% from 255) = 18.87%
R=76.23%
G=4.91%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202135000.940.750.21348.2587.9142.16
HexCAD3205E4B1515c582a
Octal312156201361132553413052
Binary110010101101110010010111101001011101011010111001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0D32; }

 p { color: rgb(202,13,50); }

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

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

 a { background-color: rgb(202,13,50); }

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

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

 span { border-color: rgb(202,13,50); }

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