#AE253B

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

Shades of Cardinal #AE253B

Tints of Cardinal #AE253B

Color information

#AE253B (or 0xAE253B) is unknown color: approx Cardinal. HEX triplet: AE, 25 and 3B. RGB value is (174,37,59). Sum of RGB (Red+Green+Blue) = 174+37+59=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE253B is #51DAC4. Grayscale: #505050. Windows color (decimal): -5364421 or 3876270. OLE color: 3876270.

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

Color convert

RGB1743759-
CMYK00.790.660.32
HSL350.36º64.93%41.37%-
HSV(B)350.36º78.74%68.24%-
XYZ18.9110.645.19-
YUV80.47115.89194.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.44%
GREEN value IS 37 (14.84% from 255) = 13.70%
BLUE value IS 59 (23.44% from 255) = 21.85%
R=64.44%
G=13.70%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174375900.790.660.32350.3664.9341.37
HexAE253B04F422015e4129
Octal256457301171024053610151
Binary101011101001011110110100111110000101000001010111101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE253B; }

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

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

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

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

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

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

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

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