Html Css Color HEX #A00B49 Jazzberry Jam

📋 copy color: '#A00B49'

red 160 ◦ green 11 ◦ blue 73

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

Shades of Jazzberry Jam #A00B49

Tints of Jazzberry Jam #A00B49

RGB

 RED value IS 160 (62.89% from 255) = 65.57%

 GREEN value IS 11 (4.69% from 255) = 4.51%

 BLUE value IS 73 (28.91% from 255) = 29.92%

R = 65.57%
G = 4.51%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A00B49 (or 0xA00B49) is known color: Jazzberry Jam. HEX triplet: A0, 0B and 49. RGB value is (160,11,73). Sum of RGB (Red+Green+Blue) = 160+11+73=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00B49 is #5FF4B6. Grayscale: #3E3E3E. Windows color (decimal): -6288567 or 4787104. OLE color: 4787104.

HSL color Cylindrical-coordinate representation of color #A00B49: hue angle of 335.03º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00B49 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 11 73 -
CMYK 0 0.93 0.54 0.37
HSL 335.03º 0.87% 0.34% -
HSV(B) 335.03º 0.93% 0.63% -
XYZ 15.82 8.19 7.05 -
YUV 62.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 160 11 73 0 0.93 0.54 0.37 335.03 0.87 0.34
Hex A0 B 49 0 5D 36 25 14F 57 22
Octal 240 13 111 0 135 66 45 517 127 42
Binary 10100000 1011 1001001 0 1011101 110110 100101 101001111 1010111 100010

Color Harmonies of #A00B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00B49

Black with #A00B49

Text Example


Text Example

White with #A00B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00B49; }

 p { color: rgb(160,11,73); }

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

background-color css

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

 a { background-color: rgb(160,11,73); }

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

border-color css

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

 span { border-color: rgb(160,11,73); }

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