#AE1C37

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

Shades of Cardinal #AE1C37

Tints of Cardinal #AE1C37

Color information

#AE1C37 (or 0xAE1C37) is unknown color: approx Cardinal. HEX triplet: AE, 1C and 37. RGB value is (174,28,55). Sum of RGB (Red+Green+Blue) = 174+28+55=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C37 is #51E3C8. Grayscale: #4A4A4A. Windows color (decimal): -5366729 or 3611822. OLE color: 3611822.

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

Color convert

RGB1742855-
CMYK00.840.680.32
HSL348.9º72.28%39.61%-
HSV(B)348.9º83.91%68.24%-
XYZ18.5610.114.59-
YUV74.73116.87198.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.70%
GREEN value IS 28 (11.33% from 255) = 10.89%
BLUE value IS 55 (21.88% from 255) = 21.40%
R=67.70%
G=10.89%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174285500.840.680.32348.972.2839.61
HexAE1C37054442015d4828
Octal256346701241044053511050
Binary10101110111001101110101010010001001000001010111011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C37; }

 p { color: rgb(174,28,55); }

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

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

 a { background-color: rgb(174,28,55); }

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

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

 span { border-color: rgb(174,28,55); }

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