Html Css Color HEX #A00B4A Jazzberry Jam

📋 copy color: '#A00B4A'

red 160 ◦ green 11 ◦ blue 74

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

Shades of Jazzberry Jam #A00B4A

Tints of Jazzberry Jam #A00B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 65.31%
G = 4.49%
B = 30.2%

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

#A00B4A (or 0xA00B4A) is known color: Jazzberry Jam. HEX triplet: A0, 0B and 4A. RGB value is (160,11,74). Sum of RGB (Red+Green+Blue) = 160+11+74=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00B4A is #5FF4B5. Grayscale: #3E3E3E. Windows color (decimal): -6288566 or 4852640. OLE color: 4852640.

HSL color Cylindrical-coordinate representation of color #A00B4A: hue angle of 334.63º 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 #A00B4A is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 11 74 -
CMYK 0 0.93 0.54 0.37
HSL 334.63º 0.87% 0.34% -
HSV(B) 334.63º 0.93% 0.63% -
XYZ 15.85 8.21 7.23 -
YUV 62.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 160 11 74 0 0.93 0.54 0.37 334.63 0.87 0.34
Hex A0 B 4A 0 5D 36 25 14F 57 22
Octal 240 13 112 0 135 66 45 517 127 42
Binary 10100000 1011 1001010 0 1011101 110110 100101 101001111 1010111 100010

Color Harmonies of #A00B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00B4A

Black with #A00B4A

Text Example


Text Example

White with #A00B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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