#AE212C

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

Shades of Cardinal #AE212C

Tints of Cardinal #AE212C

Color information

#AE212C (or 0xAE212C) is unknown color: approx Cardinal. HEX triplet: AE, 21 and 2C. RGB value is (174,33,44). Sum of RGB (Red+Green+Blue) = 174+33+44=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE212C is #51DED3. Grayscale: #4C4C4C. Windows color (decimal): -5365460 or 2892206. OLE color: 2892206.

HSL color Cylindrical-coordinate representation of color #AE212C: hue angle of 355.32º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE212C is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB1743344-
CMYK00.810.750.32
HSL355.32º68.12%40.59%-
HSV(B)355.32º81.03%68.24%-
XYZ18.4510.273.39-
YUV76.41109.71197.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.32%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 44 (17.58% from 255) = 17.53%
R=69.32%
G=13.15%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174334400.810.750.32355.3268.1240.59
HexAE212C0514B201634429
Octal256415401211134054310451
Binary101011101000011011000101000110010111000001011000111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE212C; }

 p { color: rgb(174,33,44); }

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

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

 a { background-color: rgb(174,33,44); }

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

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

 span { border-color: rgb(174,33,44); }

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