#AE0D2A

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

Shades of Cardinal #AE0D2A

Tints of Cardinal #AE0D2A

Color information

#AE0D2A (or 0xAE0D2A) is unknown color: approx Cardinal. HEX triplet: AE, 0D and 2A. RGB value is (174,13,42). Sum of RGB (Red+Green+Blue) = 174+13+42=229 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.98% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0D2A is #51F2D5. Grayscale: #404040. Windows color (decimal): -5370582 or 2756014. OLE color: 2756014.

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

Color convert

RGB1741342-
CMYK00.930.760.32
HSL349.19º86.1%36.67%-
HSV(B)349.19º92.53%68.24%-
XYZ18.029.453.07-
YUV64.44115.34206.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 75.98%
GREEN value IS 13 (5.47% from 255) = 5.68%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=75.98%
G=5.68%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174134200.930.760.32349.1986.136.67
HexAED2A05D4C2015d5625
Octal256155201351144053512645
Binary1010111011011010100101110110011001000001010111011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0D2A; }

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

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

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

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

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

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

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

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