#AE1A36

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

Shades of Cardinal #AE1A36

Tints of Cardinal #AE1A36

Color information

#AE1A36 (or 0xAE1A36) is unknown color: approx Cardinal. HEX triplet: AE, 1A and 36. RGB value is (174,26,54). Sum of RGB (Red+Green+Blue) = 174+26+54=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A36 is #51E5C9. Grayscale: #494949. Windows color (decimal): -5367242 or 3545774. OLE color: 3545774.

HSL color Cylindrical-coordinate representation of color #AE1A36: hue angle of 348.65º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A36 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB1742654-
CMYK00.850.690.32
HSL348.65º74%39.22%-
HSV(B)348.65º85.06%68.24%-
XYZ18.49104.45-
YUV73.44117.03199.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.50%
GREEN value IS 26 (10.55% from 255) = 10.24%
BLUE value IS 54 (21.48% from 255) = 21.26%
R=68.50%
G=10.24%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174265400.850.690.32348.657439.22
HexAE1A36055452015d4a27
Octal256326601251054053511247
Binary10101110110101101100101010110001011000001010111011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A36; }

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

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

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

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

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

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

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

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