#AE2535

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

Shades of Cardinal #AE2535

Tints of Cardinal #AE2535

Color information

#AE2535 (or 0xAE2535) is unknown color: approx Cardinal. HEX triplet: AE, 25 and 35. RGB value is (174,37,53). Sum of RGB (Red+Green+Blue) = 174+37+53=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2535 is #51DACA. Grayscale: #4F4F4F. Windows color (decimal): -5364427 or 3483054. OLE color: 3483054.

HSL color Cylindrical-coordinate representation of color #AE2535: hue angle of 352.99º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2535 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB1743753-
CMYK00.790.700.32
HSL352.99º64.93%41.37%-
HSV(B)352.99º78.74%68.24%-
XYZ18.7610.584.42-
YUV79.79112.89195.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.91%
GREEN value IS 37 (14.84% from 255) = 14.02%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=65.91%
G=14.02%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174375300.790.700.32352.9964.9341.37
HexAE253504F46201614129
Octal256456501171064054110151
Binary101011101001011101010100111110001101000001011000011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2535; }

 p { color: rgb(174,37,53); }

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

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

 a { background-color: rgb(174,37,53); }

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

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

 span { border-color: rgb(174,37,53); }

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