#CA1A36

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

Shades of Cardinal #CA1A36

Tints of Cardinal #CA1A36

Color information

#CA1A36 (or 0xCA1A36) is unknown color: approx Cardinal. HEX triplet: CA, 1A and 36. RGB value is (202,26,54). Sum of RGB (Red+Green+Blue) = 202+26+54=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1A36 is #35E5C9. Grayscale: #515151. Windows color (decimal): -3532234 or 3545802. OLE color: 3545802.

HSL color Cylindrical-coordinate representation of color #CA1A36: hue angle of 350.45º degrees, saturation: 0.77, 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 #CA1A36 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB2022654-
CMYK00.870.730.21
HSL350.45º77.19%44.71%-
HSV(B)350.45º87.13%79.22%-
XYZ25.3913.564.77-
YUV81.82112.31213.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 71.63%
GREEN value IS 26 (10.55% from 255) = 9.22%
BLUE value IS 54 (21.48% from 255) = 19.15%
R=71.63%
G=9.22%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202265400.870.730.21350.4577.1944.71
HexCA1A36057491515e4d2d
Octal312326601271112553611555
Binary1100101011010110110010101111001001101011010111101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1A36; }

 p { color: rgb(202,26,54); }

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

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

 a { background-color: rgb(202,26,54); }

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

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

 span { border-color: rgb(202,26,54); }

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