#AE2938

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

Shades of Cardinal #AE2938

Tints of Cardinal #AE2938

Color information

#AE2938 (or 0xAE2938) is unknown color: approx Cardinal. HEX triplet: AE, 29 and 38. RGB value is (174,41,56). Sum of RGB (Red+Green+Blue) = 174+41+56=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2938 is #51D6C7. Grayscale: #525252. Windows color (decimal): -5363400 or 3680686. OLE color: 3680686.

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

Color convert

RGB1744156-
CMYK00.760.680.32
HSL353.23º61.86%42.16%-
HSV(B)353.23º76.44%68.24%-
XYZ18.9610.874.84-
YUV82.48113.06193.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.21%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 56 (22.27% from 255) = 20.66%
R=64.21%
G=15.13%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174415600.760.680.32353.2361.8642.16
HexAE293804C44201613e2a
Octal25651700114104405417652
Binary10101110101001111000010011001000100100000101100001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2938; }

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

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

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

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

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

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

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

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