Html Css Color HEX #A00A3D Jazzberry Jam

📋 copy color: '#A00A3D'

red 160 ◦ green 10 ◦ blue 61

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

Shades of Jazzberry Jam #A00A3D

Tints of Jazzberry Jam #A00A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.41%

R = 69.26%
G = 4.33%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A00A3D (or 0xA00A3D) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 3D. RGB value is (160,10,61). Sum of RGB (Red+Green+Blue) = 160+10+61=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A3D is #5FF5C2. Grayscale: #3C3C3C. Windows color (decimal): -6288835 or 4000416. OLE color: 4000416.

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

Color convert

RGB 160 10 61 -
CMYK 0 0.94 0.62 0.37
HSL 339.6º 0.88% 0.33% -
HSV(B) 339.6º 0.94% 0.63% -
XYZ 15.45 8.03 5.15 -
YUV 60.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 160 10 61 0 0.94 0.62 0.37 339.6 0.88 0.33
Hex A0 A 3D 0 5E 3E 25 154 58 21
Octal 240 12 75 0 136 76 45 524 130 41
Binary 10100000 1010 111101 0 1011110 111110 100101 101010100 1011000 100001

Color Harmonies of #A00A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A3D

Black with #A00A3D

Text Example


Text Example

White with #A00A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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