Html Css Color HEX #A00A3B Jazzberry Jam

📋 copy color: '#A00A3B'

red 160 ◦ green 10 ◦ blue 59

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

Shades of Jazzberry Jam #A00A3B

Tints of Jazzberry Jam #A00A3B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.37%

 BLUE value IS 59 (23.44% from 255) = 25.76%

R = 69.87%
G = 4.37%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A00A3B (or 0xA00A3B) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 3B. RGB value is (160,10,59). Sum of RGB (Red+Green+Blue) = 160+10+59=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A3B is #5FF5C4. Grayscale: #3C3C3C. Windows color (decimal): -6288837 or 3869344. OLE color: 3869344.

HSL color Cylindrical-coordinate representation of color #A00A3B: hue angle of 340.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A3B is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 10 59 -
CMYK 0 0.94 0.63 0.37
HSL 340.4º 0.88% 0.33% -
HSV(B) 340.4º 0.94% 0.63% -
XYZ 15.4 8.01 4.87 -
YUV 60.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 160 10 59 0 0.94 0.63 0.37 340.4 0.88 0.33
Hex A0 A 3B 0 5E 3F 25 154 58 21
Octal 240 12 73 0 136 77 45 524 130 41
Binary 10100000 1010 111011 0 1011110 111111 100101 101010100 1011000 100001

Color Harmonies of #A00A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A3B

Black with #A00A3B

Text Example


Text Example

White with #A00A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A3B; }

 p { color: rgb(160,10,59); }

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

background-color css

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

 a { background-color: rgb(160,10,59); }

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

border-color css

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

 span { border-color: rgb(160,10,59); }

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