Html Css Color HEX #A00C3D Jazzberry Jam

📋 copy color: '#A00C3D'

red 160 ◦ green 12 ◦ blue 61

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

Shades of Jazzberry Jam #A00C3D

Tints of Jazzberry Jam #A00C3D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.15%

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

R = 68.67%
G = 5.15%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A00C3D (or 0xA00C3D) is known color: Jazzberry Jam. HEX triplet: A0, 0C and 3D. RGB value is (160,12,61). Sum of RGB (Red+Green+Blue) = 160+12+61=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00C3D is #5FF3C2. Grayscale: #3D3D3D. Windows color (decimal): -6288323 or 4000928. OLE color: 4000928.

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

Color convert

RGB 160 12 61 -
CMYK 0 0.93 0.62 0.37
HSL 340.14º 0.86% 0.34% -
HSV(B) 340.14º 0.93% 0.63% -
XYZ 15.47 8.07 5.16 -
YUV 61.84 127.53 198.02 -
System Red Green Blue C M Y K H S L
Decimal 160 12 61 0 0.93 0.62 0.37 340.14 0.86 0.34
Hex A0 C 3D 0 5D 3E 25 154 56 22
Octal 240 14 75 0 135 76 45 524 126 42
Binary 10100000 1100 111101 0 1011101 111110 100101 101010100 1010110 100010

Color Harmonies of #A00C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C3D

Black with #A00C3D

Text Example


Text Example

White with #A00C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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