Html Css Color HEX #AE194C Jazzberry Jam

📋 copy color: '#AE194C'

red 174 ◦ green 25 ◦ blue 76

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

Shades of Jazzberry Jam #AE194C

Tints of Jazzberry Jam #AE194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

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

R = 63.27%
G = 9.09%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE194C (or 0xAE194C) is known color: Jazzberry Jam. HEX triplet: AE, 19 and 4C. RGB value is (174,25,76). Sum of RGB (Red+Green+Blue) = 174+25+76=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE194C is #51E6B3. Grayscale: #4B4B4B. Windows color (decimal): -5367476 or 4987310. OLE color: 4987310.

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

Color convert

RGB 174 25 76 -
CMYK 0 0.86 0.56 0.32
HSL 339.46º 0.75% 0.39% -
HSV(B) 339.46º 0.86% 0.68% -
XYZ 19.11 10.22 7.8 -
YUV 75.37 128.36 198.35 -
System Red Green Blue C M Y K H S L
Decimal 174 25 76 0 0.86 0.56 0.32 339.46 0.75 0.39
Hex AE 19 4C 0 56 38 20 153 4B 27
Octal 256 31 114 0 126 70 40 523 113 47
Binary 10101110 11001 1001100 0 1010110 111000 100000 101010011 1001011 100111

Color Harmonies of #AE194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE194C

Black with #AE194C

Text Example


Text Example

White with #AE194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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