Html Css Color HEX #A00A40 Jazzberry Jam

📋 copy color: '#A00A40'

red 160 ◦ green 10 ◦ blue 64

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

Shades of Jazzberry Jam #A00A40

Tints of Jazzberry Jam #A00A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 68.38%
G = 4.27%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A00A40 (or 0xA00A40) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 40. RGB value is (160,10,64). Sum of RGB (Red+Green+Blue) = 160+10+64=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A40 is #5FF5BF. Grayscale: #3C3C3C. Windows color (decimal): -6288832 or 4197024. OLE color: 4197024.

HSL color Cylindrical-coordinate representation of color #A00A40: hue angle of 338.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 #A00A40 is Cyan = 0, Magento = 0.94, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 10 64 -
CMYK 0 0.94 0.6 0.37
HSL 338.4º 0.88% 0.33% -
HSV(B) 338.4º 0.94% 0.63% -
XYZ 15.53 8.06 5.59 -
YUV 61.01 129.7 198.61 -
System Red Green Blue C M Y K H S L
Decimal 160 10 64 0 0.94 0.6 0.37 338.4 0.88 0.33
Hex A0 A 40 0 5E 3C 25 152 58 21
Octal 240 12 100 0 136 74 45 522 130 41
Binary 10100000 1010 1000000 0 1011110 111100 100101 101010010 1011000 100001

Color Harmonies of #A00A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A40

Black with #A00A40

Text Example


Text Example

White with #A00A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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