#AE1C28

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

Shades of Cardinal #AE1C28

Tints of Cardinal #AE1C28

Color information

#AE1C28 (or 0xAE1C28) is unknown color: approx Cardinal. HEX triplet: AE, 1C and 28. RGB value is (174,28,40). Sum of RGB (Red+Green+Blue) = 174+28+40=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C28 is #51E3D7. Grayscale: #494949. Windows color (decimal): -5366744 or 2628782. OLE color: 2628782.

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

Color convert

RGB1742840-
CMYK00.840.770.32
HSL355.07º72.28%39.61%-
HSV(B)355.07º83.91%68.24%-
XYZ18.259.982.97-
YUV73.02109.37200.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.90%
GREEN value IS 28 (11.33% from 255) = 11.57%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=71.90%
G=11.57%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174284000.840.770.32355.0772.2839.61
HexAE1C280544D201634828
Octal256345001241154054311050
Binary10101110111001010000101010010011011000001011000111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C28; }

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

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

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

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

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

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

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

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