#AE0D3F

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

Shades of Cardinal #AE0D3F

Tints of Cardinal #AE0D3F

Color information

#AE0D3F (or 0xAE0D3F) is unknown color: approx Cardinal. HEX triplet: AE, 0D and 3F. RGB value is (174,13,63). Sum of RGB (Red+Green+Blue) = 174+13+63=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0D3F is #51F2C0. Grayscale: #424242. Windows color (decimal): -5370561 or 4132270. OLE color: 4132270.

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

Color convert

RGB1741363-
CMYK00.930.640.32
HSL341.37º86.1%36.67%-
HSV(B)341.37º92.53%68.24%-
XYZ18.59.655.59-
YUV66.84125.84204.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.6%
GREEN value IS 13 (5.47% from 255) = 5.2%
BLUE value IS 63 (25% from 255) = 25.2%
R=69.6%
G=5.2%
B=25.2%

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
Decimal174136300.930.640.32341.3786.136.67
HexAED3F05D40201555625
Octal256157701351004052512645
Binary1010111011011111110101110110000001000001010101011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0D3F; }

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

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

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

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

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

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

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

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