#AE0D3E

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

Shades of Cardinal #AE0D3E

Tints of Cardinal #AE0D3E

Color information

#AE0D3E (or 0xAE0D3E) is unknown color: approx Cardinal. HEX triplet: AE, 0D and 3E. RGB value is (174,13,62). Sum of RGB (Red+Green+Blue) = 174+13+62=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0D3E is #51F2C1. Grayscale: #424242. Windows color (decimal): -5370562 or 4066734. OLE color: 4066734.

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

Color convert

RGB1741362-
CMYK00.930.640.32
HSL341.74º86.1%36.67%-
HSV(B)341.74º92.53%68.24%-
XYZ18.479.635.44-
YUV66.72125.34204.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.88%
GREEN value IS 13 (5.47% from 255) = 5.22%
BLUE value IS 62 (24.61% from 255) = 24.90%
R=69.88%
G=5.22%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174136200.930.640.32341.7486.136.67
HexAED3E05D40201565625
Octal256157601351004052612645
Binary1010111011011111100101110110000001000001010101101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0D3E; }

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

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

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

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

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

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

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

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