Html Css Color HEX #AD194C Jazzberry Jam

📋 copy color: '#AD194C'

red 173 ◦ green 25 ◦ blue 76

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

Shades of Jazzberry Jam #AD194C

Tints of Jazzberry Jam #AD194C

RGB

 RED value IS 173 (67.97% from 255) = 63.14%

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

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

R = 63.14%
G = 9.12%
B = 27.74%

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

#AD194C (or 0xAD194C) is known color: Jazzberry Jam. HEX triplet: AD, 19 and 4C. RGB value is (173,25,76). Sum of RGB (Red+Green+Blue) = 173+25+76=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD194C is #52E6B3. Grayscale: #4B4B4B. Windows color (decimal): -5433012 or 4987309. OLE color: 4987309.

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

Color convert

RGB 173 25 76 -
CMYK 0 0.86 0.56 0.32
HSL 339.32º 0.75% 0.39% -
HSV(B) 339.32º 0.86% 0.68% -
XYZ 18.89 10.1 7.79 -
YUV 75.07 128.53 197.85 -
System Red Green Blue C M Y K H S L
Decimal 173 25 76 0 0.86 0.56 0.32 339.32 0.75 0.39
Hex AD 19 4C 0 56 38 20 153 4B 27
Octal 255 31 114 0 126 70 40 523 113 47
Binary 10101101 11001 1001100 0 1010110 111000 100000 101010011 1001011 100111

Color Harmonies of #AD194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD194C

Black with #AD194C

Text Example


Text Example

White with #AD194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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