#AE212A

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

Shades of Cardinal #AE212A

Tints of Cardinal #AE212A

Color information

#AE212A (or 0xAE212A) is unknown color: approx Cardinal. HEX triplet: AE, 21 and 2A. RGB value is (174,33,42). Sum of RGB (Red+Green+Blue) = 174+33+42=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE212A is #51DED5. Grayscale: #4C4C4C. Windows color (decimal): -5365462 or 2761134. OLE color: 2761134.

HSL color Cylindrical-coordinate representation of color #AE212A: hue angle of 356.17º 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 #AE212A is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB1743342-
CMYK00.810.760.32
HSL356.17º68.12%40.59%-
HSV(B)356.17º81.03%68.24%-
XYZ18.4210.253.2-
YUV76.18108.71197.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.88%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 42 (16.80% from 255) = 16.87%
R=69.88%
G=13.25%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174334200.810.760.32356.1768.1240.59
HexAE212A0514C201644429
Octal256415201211144054410451
Binary101011101000011010100101000110011001000001011001001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE212A; }

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

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

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

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

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

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

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

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