Html Css Color HEX #AE144C Jazzberry Jam

📋 copy color: '#AE144C'

red 174 ◦ green 20 ◦ blue 76

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

Shades of Jazzberry Jam #AE144C

Tints of Jazzberry Jam #AE144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

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

R = 64.44%
G = 7.41%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE144C (or 0xAE144C) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 4C. RGB value is (174,20,76). Sum of RGB (Red+Green+Blue) = 174+20+76=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE144C is #51EBB3. Grayscale: #484848. Windows color (decimal): -5368756 or 4986030. OLE color: 4986030.

HSL color Cylindrical-coordinate representation of color #AE144C: hue angle of 338.18º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE144C is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 20 76 -
CMYK 0 0.89 0.56 0.32
HSL 338.18º 0.79% 0.38% -
HSV(B) 338.18º 0.89% 0.68% -
XYZ 19.01 10.02 7.77 -
YUV 72.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 174 20 76 0 0.89 0.56 0.32 338.18 0.79 0.38
Hex AE 14 4C 0 59 38 20 152 4F 26
Octal 256 24 114 0 131 70 40 522 117 46
Binary 10101110 10100 1001100 0 1011001 111000 100000 101010010 1001111 100110

Color Harmonies of #AE144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE144C

Black with #AE144C

Text Example


Text Example

White with #AE144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE144C; }

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

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

background-color css

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

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

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

border-color css

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

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

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