#AE1934

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

Shades of Cardinal #AE1934

Tints of Cardinal #AE1934

Color information

#AE1934 (or 0xAE1934) is unknown color: approx Cardinal. HEX triplet: AE, 19 and 34. RGB value is (174,25,52). Sum of RGB (Red+Green+Blue) = 174+25+52=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1934 is #51E6CB. Grayscale: #484848. Windows color (decimal): -5367500 or 3414446. OLE color: 3414446.

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

Color convert

RGB1742552-
CMYK00.860.700.32
HSL349.13º74.87%39.02%-
HSV(B)349.13º85.63%68.24%-
XYZ18.429.944.2-
YUV72.63116.36200.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.32%
GREEN value IS 25 (10.16% from 255) = 9.96%
BLUE value IS 52 (20.70% from 255) = 20.72%
R=69.32%
G=9.96%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174255200.860.700.32349.1374.8739.02
HexAE1934056462015d4b27
Octal256316401261064053511347
Binary10101110110011101000101011010001101000001010111011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1934; }

 p { color: rgb(174,25,52); }

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

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

 a { background-color: rgb(174,25,52); }

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

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

 span { border-color: rgb(174,25,52); }

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