#AE0D2B

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

Shades of Cardinal #AE0D2B

Tints of Cardinal #AE0D2B

Color information

#AE0D2B (or 0xAE0D2B) is unknown color: approx Cardinal. HEX triplet: AE, 0D and 2B. RGB value is (174,13,43). Sum of RGB (Red+Green+Blue) = 174+13+43=230 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.65% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0D2B is #51F2D4. Grayscale: #404040. Windows color (decimal): -5370581 or 2821550. OLE color: 2821550.

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

Color convert

RGB1741343-
CMYK00.930.750.32
HSL348.82º86.1%36.67%-
HSV(B)348.82º92.53%68.24%-
XYZ18.049.463.16-
YUV64.56115.84206.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 75.65%
GREEN value IS 13 (5.47% from 255) = 5.65%
BLUE value IS 43 (17.19% from 255) = 18.70%
R=75.65%
G=5.65%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174134300.930.750.32348.8286.136.67
HexAED2B05D4B2015d5625
Octal256155301351134053512645
Binary1010111011011010110101110110010111000001010111011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0D2B; }

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

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

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

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

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

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

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

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