#AE053E

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

Shades of Cardinal #AE053E

Tints of Cardinal #AE053E

Color information

#AE053E (or 0xAE053E) is unknown color: approx Cardinal. HEX triplet: AE, 05 and 3E. RGB value is (174,5,62). Sum of RGB (Red+Green+Blue) = 174+5+62=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE053E is #51FAC1. Grayscale: #3D3D3D. Windows color (decimal): -5372610 or 4064686. OLE color: 4064686.

HSL color Cylindrical-coordinate representation of color #AE053E: hue angle of 339.76º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE053E is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB174562-
CMYK00.970.640.32
HSL339.76º94.41%35.1%-
HSV(B)339.76º97.13%68.24%-
XYZ18.389.465.41-
YUV62.03127.99207.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.20%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=72.20%
G=2.07%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17456200.970.640.32339.7694.4135.1
HexAE53E06140201545e23
Octal25657601411004052413643
Binary101011101011111100110000110000001000001010101001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE053E; }

 p { color: rgb(174,5,62); }

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

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

 a { background-color: rgb(174,5,62); }

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

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

 span { border-color: rgb(174,5,62); }

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