#AE1C34

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

Shades of Cardinal #AE1C34

Tints of Cardinal #AE1C34

Color information

#AE1C34 (or 0xAE1C34) is unknown color: approx Cardinal. HEX triplet: AE, 1C and 34. RGB value is (174,28,52). Sum of RGB (Red+Green+Blue) = 174+28+52=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C34 is #51E3CB. Grayscale: #4A4A4A. Windows color (decimal): -5366732 or 3415214. OLE color: 3415214.

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

Color convert

RGB1742852-
CMYK00.840.700.32
HSL350.14º72.28%39.61%-
HSV(B)350.14º83.91%68.24%-
XYZ18.4910.084.22-
YUV74.39115.37199.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.50%
GREEN value IS 28 (11.33% from 255) = 11.02%
BLUE value IS 52 (20.70% from 255) = 20.47%
R=68.50%
G=11.02%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174285200.840.700.32350.1472.2839.61
HexAE1C34054462015e4828
Octal256346401241064053611050
Binary10101110111001101000101010010001101000001010111101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C34; }

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

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

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

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

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

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

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

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