#AE2534

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

Shades of Cardinal #AE2534

Tints of Cardinal #AE2534

Color information

#AE2534 (or 0xAE2534) is unknown color: approx Cardinal. HEX triplet: AE, 25 and 34. RGB value is (174,37,52). Sum of RGB (Red+Green+Blue) = 174+37+52=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2534 is #51DACB. Grayscale: #4F4F4F. Windows color (decimal): -5364428 or 3417518. OLE color: 3417518.

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

Color convert

RGB1743752-
CMYK00.790.700.32
HSL353.43º64.93%41.37%-
HSV(B)353.43º78.74%68.24%-
XYZ18.7410.574.3-
YUV79.67112.39195.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.16%
GREEN value IS 37 (14.84% from 255) = 14.07%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=66.16%
G=14.07%
B=19.77%

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
Decimal174375200.790.700.32353.4364.9341.37
HexAE253404F46201614129
Octal256456401171064054110151
Binary101011101001011101000100111110001101000001011000011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2534; }

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

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

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

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

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

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

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

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