#AE0136

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

Shades of Cardinal #AE0136

Tints of Cardinal #AE0136

Color information

#AE0136 (or 0xAE0136) is unknown color: approx Cardinal. HEX triplet: AE, 01 and 36. RGB value is (174,1,54). Sum of RGB (Red+Green+Blue) = 174+1+54=229 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.98% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0136 is #51FEC9. Grayscale: #3A3A3A. Windows color (decimal): -5373642 or 3539374. OLE color: 3539374.

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

Color convert

RGB174154-
CMYK00.990.690.32
HSL341.62º98.86%34.31%-
HSV(B)341.62º99.43%68.24%-
XYZ18.139.294.33-
YUV58.77125.31210.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 75.98%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 54 (21.48% from 255) = 23.58%
R=75.98%
G=0.44%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415400.990.690.32341.6298.8634.31
HexAE13606345201566322
Octal25616601431054052614342
Binary1010111011101100110001110001011000001010101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0136; }

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

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

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

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

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

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

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

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