#AE1C38

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

Shades of Cardinal #AE1C38

Tints of Cardinal #AE1C38

Color information

#AE1C38 (or 0xAE1C38) is unknown color: approx Cardinal. HEX triplet: AE, 1C and 38. RGB value is (174,28,56). Sum of RGB (Red+Green+Blue) = 174+28+56=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C38 is #51E3C7. Grayscale: #4A4A4A. Windows color (decimal): -5366728 or 3677358. OLE color: 3677358.

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

Color convert

RGB1742856-
CMYK00.840.680.32
HSL348.49º72.28%39.61%-
HSV(B)348.49º83.91%68.24%-
XYZ18.5810.114.71-
YUV74.85117.37198.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.44%
GREEN value IS 28 (11.33% from 255) = 10.85%
BLUE value IS 56 (22.27% from 255) = 21.71%
R=67.44%
G=10.85%
B=21.71%

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
Decimal174285600.840.680.32348.4972.2839.61
HexAE1C38054442015c4828
Octal256347001241044053411050
Binary10101110111001110000101010010001001000001010111001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C38; }

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

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

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

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

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

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

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

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