#AE1938

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

Shades of Cardinal #AE1938

Tints of Cardinal #AE1938

Color information

#AE1938 (or 0xAE1938) is unknown color: approx Cardinal. HEX triplet: AE, 19 and 38. RGB value is (174,25,56). Sum of RGB (Red+Green+Blue) = 174+25+56=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1938 is #51E6C7. Grayscale: #494949. Windows color (decimal): -5367496 or 3676590. OLE color: 3676590.

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

Color convert

RGB1742556-
CMYK00.860.680.32
HSL347.52º74.87%39.02%-
HSV(B)347.52º85.63%68.24%-
XYZ18.529.984.69-
YUV73.08118.36199.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.24%
GREEN value IS 25 (10.16% from 255) = 9.80%
BLUE value IS 56 (22.27% from 255) = 21.96%
R=68.24%
G=9.80%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174255600.860.680.32347.5274.8739.02
HexAE1938056442015c4b27
Octal256317001261044053411347
Binary10101110110011110000101011010001001000001010111001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1938; }

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

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

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

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

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

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

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

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