#CA1634

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

Shades of Cardinal #CA1634

Tints of Cardinal #CA1634

Color information

#CA1634 (or 0xCA1634) is unknown color: approx Cardinal. HEX triplet: CA, 16 and 34. RGB value is (202,22,52). Sum of RGB (Red+Green+Blue) = 202+22+52=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1634 is #35E9CB. Grayscale: #4F4F4F. Windows color (decimal): -3533260 or 3413706. OLE color: 3413706.

HSL color Cylindrical-coordinate representation of color #CA1634: hue angle of 350º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1634 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2022252-
CMYK00.890.740.21
HSL350º80.36%43.92%-
HSV(B)350º89.11%79.22%-
XYZ25.2613.384.5-
YUV79.24112.63215.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 73.19%
GREEN value IS 22 (8.98% from 255) = 7.97%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=73.19%
G=7.97%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202225200.890.740.2135080.3643.92
HexCA16340594A1515e502c
Octal312266401311122553612054
Binary1100101010110110100010110011001010101011010111101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1634; }

 p { color: rgb(202,22,52); }

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

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

 a { background-color: rgb(202,22,52); }

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

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

 span { border-color: rgb(202,22,52); }

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