#AE2838

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

Shades of Cardinal #AE2838

Tints of Cardinal #AE2838

Color information

#AE2838 (or 0xAE2838) is unknown color: approx Cardinal. HEX triplet: AE, 28 and 38. RGB value is (174,40,56). Sum of RGB (Red+Green+Blue) = 174+40+56=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2838 is #51D7C7. Grayscale: #515151. Windows color (decimal): -5363656 or 3680430. OLE color: 3680430.

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

Color convert

RGB1744056-
CMYK00.770.680.32
HSL352.84º62.62%41.96%-
HSV(B)352.84º77.01%68.24%-
XYZ18.9310.84.83-
YUV81.89113.39193.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.44%
GREEN value IS 40 (16.02% from 255) = 14.81%
BLUE value IS 56 (22.27% from 255) = 20.74%
R=64.44%
G=14.81%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174405600.770.680.32352.8462.6241.96
HexAE283804D44201613f2a
Octal25650700115104405417752
Binary10101110101000111000010011011000100100000101100001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2838; }

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

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

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

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

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

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

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

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