#AE0941

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

Shades of Cardinal #AE0941

Tints of Cardinal #AE0941

Color information

#AE0941 (or 0xAE0941) is unknown color: approx Cardinal. HEX triplet: AE, 09 and 41. RGB value is (174,9,65). Sum of RGB (Red+Green+Blue) = 174+9+65=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0941 is #51F6BE. Grayscale: #404040. Windows color (decimal): -5371583 or 4262318. OLE color: 4262318.

HSL color Cylindrical-coordinate representation of color #AE0941: hue angle of 339.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0941 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB174965-
CMYK00.950.630.32
HSL339.64º90.16%35.88%-
HSV(B)339.64º94.83%68.24%-
XYZ18.519.585.87-
YUV64.72128.16205.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.16%
GREEN value IS 9 (3.91% from 255) = 3.63%
BLUE value IS 65 (25.78% from 255) = 26.21%
R=70.16%
G=3.63%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17496500.950.630.32339.6490.1635.88
HexAE94105F3F201545a24
Octal256111010137774052413244
Binary1010111010011000001010111111111111000001010101001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0941; }

 p { color: rgb(174,9,65); }

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

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

 a { background-color: rgb(174,9,65); }

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

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

 span { border-color: rgb(174,9,65); }

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