Html Css Color HEX #A00A42 Jazzberry Jam

📋 copy color: '#A00A42'

red 160 ◦ green 10 ◦ blue 66

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

Shades of Jazzberry Jam #A00A42

Tints of Jazzberry Jam #A00A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 67.8%
G = 4.24%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A00A42 (or 0xA00A42) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 42. RGB value is (160,10,66). Sum of RGB (Red+Green+Blue) = 160+10+66=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A42 is #5FF5BD. Grayscale: #3D3D3D. Windows color (decimal): -6288830 or 4328096. OLE color: 4328096.

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

Color convert

RGB 160 10 66 -
CMYK 0 0.94 0.59 0.37
HSL 337.6º 0.88% 0.33% -
HSV(B) 337.6º 0.94% 0.63% -
XYZ 15.59 8.08 5.89 -
YUV 61.23 130.7 198.45 -
System Red Green Blue C M Y K H S L
Decimal 160 10 66 0 0.94 0.59 0.37 337.6 0.88 0.33
Hex A0 A 42 0 5E 3B 25 152 58 21
Octal 240 12 102 0 136 73 45 522 130 41
Binary 10100000 1010 1000010 0 1011110 111011 100101 101010010 1011000 100001

Color Harmonies of #A00A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A42

Black with #A00A42

Text Example


Text Example

White with #A00A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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