#AE0240

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

Shades of Jazzberry Jam #AE0240

Tints of Jazzberry Jam #AE0240

Color information

#AE0240 (or 0xAE0240) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 02 and 40. RGB value is (174,2,64). Sum of RGB (Red+Green+Blue) = 174+2+64=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0240 is #51FDBF. Grayscale: #3C3C3C. Windows color (decimal): -5373376 or 4194990. OLE color: 4194990.

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

Color convert

RGB174264-
CMYK00.990.630.32
HSL338.37º97.73%34.51%-
HSV(B)338.37º98.85%68.24%-
XYZ18.49.415.7-
YUV60.5129.98208.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.5%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=72.5%
G=0.83%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17426400.990.630.32338.3797.7334.51
HexAE2400633F201526223
Octal25621000143774052214243
Binary10101110101000000011000111111111000001010100101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0240; }

 p { color: rgb(174,2,64); }

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

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

 a { background-color: rgb(174,2,64); }

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

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

 span { border-color: rgb(174,2,64); }

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