Html Css Color HEX #A00A3F Jazzberry Jam

📋 copy color: '#A00A3F'

red 160 ◦ green 10 ◦ blue 63

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

Shades of Jazzberry Jam #A00A3F

Tints of Jazzberry Jam #A00A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.04%

R = 68.67%
G = 4.29%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A00A3F (or 0xA00A3F) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 3F. RGB value is (160,10,63). Sum of RGB (Red+Green+Blue) = 160+10+63=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A3F is #5FF5C0. Grayscale: #3C3C3C. Windows color (decimal): -6288833 or 4131488. OLE color: 4131488.

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

Color convert

RGB 160 10 63 -
CMYK 0 0.94 0.61 0.37
HSL 338.8º 0.88% 0.33% -
HSV(B) 338.8º 0.94% 0.63% -
XYZ 15.5 8.05 5.44 -
YUV 60.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 160 10 63 0 0.94 0.61 0.37 338.8 0.88 0.33
Hex A0 A 3F 0 5E 3D 25 153 58 21
Octal 240 12 77 0 136 75 45 523 130 41
Binary 10100000 1010 111111 0 1011110 111101 100101 101010011 1011000 100001

Color Harmonies of #A00A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A3F

Black with #A00A3F

Text Example


Text Example

White with #A00A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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