Html Css Color HEX #A00D3D Jazzberry Jam

📋 copy color: '#A00D3D'

red 160 ◦ green 13 ◦ blue 61

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

Shades of Jazzberry Jam #A00D3D

Tints of Jazzberry Jam #A00D3D

RGB

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

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

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

R = 68.38%
G = 5.56%
B = 26.07%

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

#A00D3D (or 0xA00D3D) is known color: Jazzberry Jam. HEX triplet: A0, 0D and 3D. RGB value is (160,13,61). Sum of RGB (Red+Green+Blue) = 160+13+61=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00D3D is #5FF2C2. Grayscale: #3E3E3E. Windows color (decimal): -6288067 or 4001184. OLE color: 4001184.

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

Color convert

RGB 160 13 61 -
CMYK 0 0.92 0.62 0.37
HSL 340.41º 0.85% 0.34% -
HSV(B) 340.41º 0.92% 0.63% -
XYZ 15.48 8.1 5.16 -
YUV 62.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 160 13 61 0 0.92 0.62 0.37 340.41 0.85 0.34
Hex A0 D 3D 0 5C 3E 25 154 55 22
Octal 240 15 75 0 134 76 45 524 125 42
Binary 10100000 1101 111101 0 1011100 111110 100101 101010100 1010101 100010

Color Harmonies of #A00D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00D3D

Black with #A00D3D

Text Example


Text Example

White with #A00D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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