Html Css Color HEX #A00A48 Jazzberry Jam

📋 copy color: '#A00A48'

red 160 ◦ green 10 ◦ blue 72

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

Shades of Jazzberry Jam #A00A48

Tints of Jazzberry Jam #A00A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.75%

R = 66.12%
G = 4.13%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A00A48 (or 0xA00A48) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 48. RGB value is (160,10,72). Sum of RGB (Red+Green+Blue) = 160+10+72=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A48 is #5FF5B7. Grayscale: #3D3D3D. Windows color (decimal): -6288824 or 4721312. OLE color: 4721312.

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

Color convert

RGB 160 10 72 -
CMYK 0 0.94 0.55 0.37
HSL 335.2º 0.88% 0.33% -
HSV(B) 335.2º 0.94% 0.63% -
XYZ 15.78 8.16 6.87 -
YUV 61.92 133.7 197.96 -
System Red Green Blue C M Y K H S L
Decimal 160 10 72 0 0.94 0.55 0.37 335.2 0.88 0.33
Hex A0 A 48 0 5E 37 25 14F 58 21
Octal 240 12 110 0 136 67 45 517 130 41
Binary 10100000 1010 1001000 0 1011110 110111 100101 101001111 1011000 100001

Color Harmonies of #A00A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A48

Black with #A00A48

Text Example


Text Example

White with #A00A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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