#CA1633

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

Shades of Cardinal #CA1633

Tints of Cardinal #CA1633

Color information

#CA1633 (or 0xCA1633) is unknown color: approx Cardinal. HEX triplet: CA, 16 and 33. RGB value is (202,22,51). Sum of RGB (Red+Green+Blue) = 202+22+51=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1633 is #35E9CC. Grayscale: #4F4F4F. Windows color (decimal): -3533261 or 3348170. OLE color: 3348170.

HSL color Cylindrical-coordinate representation of color #CA1633: hue angle of 350.33º 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 #CA1633 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB2022251-
CMYK00.890.750.21
HSL350.33º80.36%43.92%-
HSV(B)350.33º89.11%79.22%-
XYZ25.2413.374.38-
YUV79.13112.13215.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 73.45%
GREEN value IS 22 (8.98% from 255) = 8%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=73.45%
G=8%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202225100.890.750.21350.3380.3643.92
HexCA16330594B1515e502c
Octal312266301311132553612054
Binary1100101010110110011010110011001011101011010111101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1633; }

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

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

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

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

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

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

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

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