#AE213A

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

Shades of Cardinal #AE213A

Tints of Cardinal #AE213A

Color information

#AE213A (or 0xAE213A) is unknown color: approx Cardinal. HEX triplet: AE, 21 and 3A. RGB value is (174,33,58). Sum of RGB (Red+Green+Blue) = 174+33+58=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE213A is #51DEC5. Grayscale: #4E4E4E. Windows color (decimal): -5365446 or 3809710. OLE color: 3809710.

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

Color convert

RGB1743358-
CMYK00.810.670.32
HSL349.36º68.12%40.59%-
HSV(B)349.36º81.03%68.24%-
XYZ18.7610.395.02-
YUV78.01116.71196.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.66%
GREEN value IS 33 (13.28% from 255) = 12.45%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=65.66%
G=12.45%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174335800.810.670.32349.3668.1240.59
HexAE213A051432015d4429
Octal256417201211034053510451
Binary101011101000011110100101000110000111000001010111011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE213A; }

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

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

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

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

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

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

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

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