#AE013A

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

Shades of Cardinal #AE013A

Tints of Cardinal #AE013A

Color information

#AE013A (or 0xAE013A) is unknown color: approx Cardinal. HEX triplet: AE, 01 and 3A. RGB value is (174,1,58). Sum of RGB (Red+Green+Blue) = 174+1+58=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE013A is #51FEC5. Grayscale: #3B3B3B. Windows color (decimal): -5373638 or 3801518. OLE color: 3801518.

HSL color Cylindrical-coordinate representation of color #AE013A: hue angle of 340.23º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE013A is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB174158-
CMYK00.990.670.32
HSL340.23º98.86%34.31%-
HSV(B)340.23º99.43%68.24%-
XYZ18.239.334.84-
YUV59.22127.31209.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 74.68%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=74.68%
G=0.43%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415800.990.670.32340.2398.8634.31
HexAE13A06343201546322
Octal25617201431034052414342
Binary1010111011110100110001110000111000001010101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE013A; }

 p { color: rgb(174,1,58); }

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

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

 a { background-color: rgb(174,1,58); }

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

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

 span { border-color: rgb(174,1,58); }

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