#AE2738

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

Shades of Cardinal #AE2738

Tints of Cardinal #AE2738

Color information

#AE2738 (or 0xAE2738) is unknown color: approx Cardinal. HEX triplet: AE, 27 and 38. RGB value is (174,39,56). Sum of RGB (Red+Green+Blue) = 174+39+56=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2738 is #51D8C7. Grayscale: #515151. Windows color (decimal): -5363912 or 3680174. OLE color: 3680174.

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

Color convert

RGB1743956-
CMYK00.780.680.32
HSL352.44º63.38%41.76%-
HSV(B)352.44º77.59%68.24%-
XYZ18.8910.744.82-
YUV81.3113.73194.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.68%
GREEN value IS 39 (15.62% from 255) = 14.50%
BLUE value IS 56 (22.27% from 255) = 20.82%
R=64.68%
G=14.50%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174395600.780.680.32352.4463.3841.76
HexAE273804E44201603f2a
Octal25647700116104405407752
Binary10101110100111111000010011101000100100000101100000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2738; }

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

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

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

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

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

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

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

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