#AE1935

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

Shades of Cardinal #AE1935

Tints of Cardinal #AE1935

Color information

#AE1935 (or 0xAE1935) is unknown color: approx Cardinal. HEX triplet: AE, 19 and 35. RGB value is (174,25,53). Sum of RGB (Red+Green+Blue) = 174+25+53=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1935 is #51E6CA. Grayscale: #484848. Windows color (decimal): -5367499 or 3479982. OLE color: 3479982.

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

Color convert

RGB1742553-
CMYK00.860.700.32
HSL348.72º74.87%39.02%-
HSV(B)348.72º85.63%68.24%-
XYZ18.459.954.32-
YUV72.74116.86200.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.05%
GREEN value IS 25 (10.16% from 255) = 9.92%
BLUE value IS 53 (21.09% from 255) = 21.03%
R=69.05%
G=9.92%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174255300.860.700.32348.7274.8739.02
HexAE1935056462015d4b27
Octal256316501261064053511347
Binary10101110110011101010101011010001101000001010111011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1935; }

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

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

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

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

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

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

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

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