#AE293B

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

Shades of Cardinal #AE293B

Tints of Cardinal #AE293B

Color information

#AE293B (or 0xAE293B) is unknown color: approx Cardinal. HEX triplet: AE, 29 and 3B. RGB value is (174,41,59). Sum of RGB (Red+Green+Blue) = 174+41+59=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE293B is #51D6C4. Grayscale: #525252. Windows color (decimal): -5363397 or 3877294. OLE color: 3877294.

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

Color convert

RGB1744159-
CMYK00.760.660.32
HSL351.88º61.86%42.16%-
HSV(B)351.88º76.44%68.24%-
XYZ19.0410.95.24-
YUV82.82114.56193.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.50%
GREEN value IS 41 (16.41% from 255) = 14.96%
BLUE value IS 59 (23.44% from 255) = 21.53%
R=63.50%
G=14.96%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174415900.760.660.32351.8861.8642.16
HexAE293B04C42201603e2a
Octal25651730114102405407652
Binary10101110101001111011010011001000010100000101100000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE293B; }

 p { color: rgb(174,41,59); }

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

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

 a { background-color: rgb(174,41,59); }

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

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

 span { border-color: rgb(174,41,59); }

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