Html Css Color HEX #A0013C Jazzberry Jam

📋 copy color: '#A0013C'

red 160 ◦ green 1 ◦ blue 60

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

Shades of Jazzberry Jam #A0013C

Tints of Jazzberry Jam #A0013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 72.4%
G = 0.45%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0013C (or 0xA0013C) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 3C. RGB value is (160,1,60). Sum of RGB (Red+Green+Blue) = 160+1+60=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A0013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0013C is #5FFEC3. Grayscale: #373737. Windows color (decimal): -6291140 or 3932576. OLE color: 3932576.

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

Color convert

RGB 160 1 60 -
CMYK 0 0.99 0.62 0.37
HSL 337.74º 0.99% 0.32% -
HSV(B) 337.74º 0.99% 0.63% -
XYZ 15.32 7.82 4.98 -
YUV 55.27 130.68 202.7 -
System Red Green Blue C M Y K H S L
Decimal 160 1 60 0 0.99 0.62 0.37 337.74 0.99 0.32
Hex A0 1 3C 0 63 3E 25 152 63 20
Octal 240 1 74 0 143 76 45 522 143 40
Binary 10100000 1 111100 0 1100011 111110 100101 101010010 1100011 100000

Color Harmonies of #A0013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0013C

Black with #A0013C

Text Example


Text Example

White with #A0013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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