Html Css Color HEX #A6184C Jazzberry Jam

📋 copy color: '#A6184C'

red 166 ◦ green 24 ◦ blue 76

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

Shades of Jazzberry Jam #A6184C

Tints of Jazzberry Jam #A6184C

RGB

 RED value IS 166 (65.23% from 255) = 62.41%

 GREEN value IS 24 (9.77% from 255) = 9.02%

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

R = 62.41%
G = 9.02%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6184C (or 0xA6184C) is known color: Jazzberry Jam. HEX triplet: A6, 18 and 4C. RGB value is (166,24,76). Sum of RGB (Red+Green+Blue) = 166+24+76=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A6184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6184C is #59E7B3. Grayscale: #484848. Windows color (decimal): -5892020 or 4987046. OLE color: 4987046.

HSL color Cylindrical-coordinate representation of color #A6184C: hue angle of 338.03º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6184C is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 24 76 -
CMYK 0 0.86 0.54 0.35
HSL 338.03º 0.75% 0.37% -
HSV(B) 338.03º 0.86% 0.65% -
XYZ 17.36 9.28 7.71 -
YUV 72.39 130.04 194.77 -
System Red Green Blue C M Y K H S L
Decimal 166 24 76 0 0.86 0.54 0.35 338.03 0.75 0.37
Hex A6 18 4C 0 56 36 23 152 4B 25
Octal 246 30 114 0 126 66 43 522 113 45
Binary 10100110 11000 1001100 0 1010110 110110 100011 101010010 1001011 100101

Color Harmonies of #A6184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6184C

Black with #A6184C

Text Example


Text Example

White with #A6184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6184C; }

 p { color: rgb(166,24,76); }

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

background-color css

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

 a { background-color: rgb(166,24,76); }

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

border-color css

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

 span { border-color: rgb(166,24,76); }

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