Html Css Color HEX #AE024B Jazzberry Jam

📋 copy color: '#AE024B'

red 174 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #AE024B

Tints of Jazzberry Jam #AE024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.88%

R = 69.32%
G = 0.8%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE024B (or 0xAE024B) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 4B. RGB value is (174,2,75). Sum of RGB (Red+Green+Blue) = 174+2+75=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE024B is #51FDB4. Grayscale: #3D3D3D. Windows color (decimal): -5373365 or 4915886. OLE color: 4915886.

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

Color convert

RGB 174 2 75 -
CMYK 0 0.99 0.57 0.32
HSL 334.53º 0.98% 0.35% -
HSV(B) 334.53º 0.99% 0.68% -
XYZ 18.75 9.55 7.51 -
YUV 61.75 135.48 208.06 -
System Red Green Blue C M Y K H S L
Decimal 174 2 75 0 0.99 0.57 0.32 334.53 0.98 0.35
Hex AE 2 4B 0 63 39 20 14F 62 23
Octal 256 2 113 0 143 71 40 517 142 43
Binary 10101110 10 1001011 0 1100011 111001 100000 101001111 1100010 100011

Color Harmonies of #AE024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE024B

Black with #AE024B

Text Example


Text Example

White with #AE024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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