#AE1933

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

Shades of Cardinal #AE1933

Tints of Cardinal #AE1933

Color information

#AE1933 (or 0xAE1933) is unknown color: approx Cardinal. HEX triplet: AE, 19 and 33. RGB value is (174,25,51). Sum of RGB (Red+Green+Blue) = 174+25+51=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1933 is #51E6CC. Grayscale: #484848. Windows color (decimal): -5367501 or 3348910. OLE color: 3348910.

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

Color convert

RGB1742551-
CMYK00.860.710.32
HSL349.53º74.87%39.02%-
HSV(B)349.53º85.63%68.24%-
XYZ18.49.934.08-
YUV72.51115.86200.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.6%
GREEN value IS 25 (10.16% from 255) = 10%
BLUE value IS 51 (20.31% from 255) = 20.4%
R=69.6%
G=10%
B=20.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174255100.860.710.32349.5374.8739.02
HexAE1933056472015e4b27
Octal256316301261074053611347
Binary10101110110011100110101011010001111000001010111101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1933; }

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

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

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

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

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

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

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

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