Html Css Color HEX #AE024C Jazzberry Jam

📋 copy color: '#AE024C'

red 174 ◦ green 2 ◦ blue 76

#AE024C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AE024C

Tints of Jazzberry Jam #AE024C

RGB

 RED value IS 174 (68.36% from 255) = 69.05%

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 69.05%
G = 0.79%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE024C (or 0xAE024C) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 4C. RGB value is (174,2,76). Sum of RGB (Red+Green+Blue) = 174+2+76=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE024C is #51FDB3. Grayscale: #3D3D3D. Windows color (decimal): -5373364 or 4981422. OLE color: 4981422.

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

Color convert

RGB 174 2 76 -
CMYK 0 0.99 0.56 0.32
HSL 334.19º 0.98% 0.35% -
HSV(B) 334.19º 0.99% 0.68% -
XYZ 18.78 9.56 7.69 -
YUV 61.86 135.98 207.98 -
System Red Green Blue C M Y K H S L
Decimal 174 2 76 0 0.99 0.56 0.32 334.19 0.98 0.35
Hex AE 2 4C 0 63 38 20 14E 62 23
Octal 256 2 114 0 143 70 40 516 142 43
Binary 10101110 10 1001100 0 1100011 111000 100000 101001110 1100010 100011

Color Harmonies of #AE024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE024C

Black with #AE024C

Text Example


Text Example

White with #AE024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE024C; }

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

 H1.HeaderClassName
 {
   color: #AE024C;
 }
 .AnyTagClassName
 {
   color: #AE024C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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