Html Css Color HEX #A00D3C Jazzberry Jam

📋 copy color: '#A00D3C'

red 160 ◦ green 13 ◦ blue 60

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

Shades of Jazzberry Jam #A00D3C

Tints of Jazzberry Jam #A00D3C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.58%

 BLUE value IS 60 (23.83% from 255) = 25.75%

R = 68.67%
G = 5.58%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A00D3C (or 0xA00D3C) is known color: Jazzberry Jam. HEX triplet: A0, 0D and 3C. RGB value is (160,13,60). Sum of RGB (Red+Green+Blue) = 160+13+60=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00D3C is #5FF2C3. Grayscale: #3E3E3E. Windows color (decimal): -6288068 or 3935648. OLE color: 3935648.

HSL color Cylindrical-coordinate representation of color #A00D3C: hue angle of 340.82º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00D3C is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 13 60 -
CMYK 0 0.92 0.62 0.37
HSL 340.82º 0.85% 0.34% -
HSV(B) 340.82º 0.92% 0.63% -
XYZ 15.46 8.09 5.02 -
YUV 62.31 126.7 197.68 -
System Red Green Blue C M Y K H S L
Decimal 160 13 60 0 0.92 0.62 0.37 340.82 0.85 0.34
Hex A0 D 3C 0 5C 3E 25 155 55 22
Octal 240 15 74 0 134 76 45 525 125 42
Binary 10100000 1101 111100 0 1011100 111110 100101 101010101 1010101 100010

Color Harmonies of #A00D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00D3C

Black with #A00D3C

Text Example


Text Example

White with #A00D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00D3C; }

 p { color: rgb(160,13,60); }

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

background-color css

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

 a { background-color: rgb(160,13,60); }

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

border-color css

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

 span { border-color: rgb(160,13,60); }

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