#AE212B

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

Shades of Cardinal #AE212B

Tints of Cardinal #AE212B

Color information

#AE212B (or 0xAE212B) is unknown color: approx Cardinal. HEX triplet: AE, 21 and 2B. RGB value is (174,33,43). Sum of RGB (Red+Green+Blue) = 174+33+43=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE212B is #51DED4. Grayscale: #4C4C4C. Windows color (decimal): -5365461 or 2826670. OLE color: 2826670.

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

Color convert

RGB1743343-
CMYK00.810.750.32
HSL355.74º68.12%40.59%-
HSV(B)355.74º81.03%68.24%-
XYZ18.4410.263.29-
YUV76.3109.21197.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.6%
GREEN value IS 33 (13.28% from 255) = 13.2%
BLUE value IS 43 (17.19% from 255) = 17.2%
R=69.6%
G=13.2%
B=17.2%

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
Decimal174334300.810.750.32355.7468.1240.59
HexAE212B0514B201644429
Octal256415301211134054410451
Binary101011101000011010110101000110010111000001011001001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE212B; }

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

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

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

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

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

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

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

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