#CA2532

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

Shades of Cardinal #CA2532

Tints of Cardinal #CA2532

Color information

#CA2532 (or 0xCA2532) is unknown color: approx Cardinal. HEX triplet: CA, 25 and 32. RGB value is (202,37,50). Sum of RGB (Red+Green+Blue) = 202+37+50=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2532 is #35DACD. Grayscale: #575757. Windows color (decimal): -3529422 or 3286474. OLE color: 3286474.

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

Color convert

RGB2023750-
CMYK00.820.750.21
HSL355.27º69.04%46.86%-
HSV(B)355.27º81.68%79.22%-
XYZ25.5914.114.39-
YUV87.82106.66209.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 69.90%
GREEN value IS 37 (14.84% from 255) = 12.80%
BLUE value IS 50 (19.92% from 255) = 17.30%
R=69.90%
G=12.80%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202375000.820.750.21355.2769.0446.86
HexCA25320524B15163452f
Octal312456201221132554310557
Binary11001010100101110010010100101001011101011011000111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2532; }

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

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

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

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

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

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

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

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