Html Css Color HEX #A0013E Jazzberry Jam

📋 copy color: '#A0013E'

red 160 ◦ green 1 ◦ blue 62

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

Shades of Jazzberry Jam #A0013E

Tints of Jazzberry Jam #A0013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.8%

R = 71.75%
G = 0.45%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0013E (or 0xA0013E) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 3E. RGB value is (160,1,62). Sum of RGB (Red+Green+Blue) = 160+1+62=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A0013E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0013E is #5FFEC1. Grayscale: #373737. Windows color (decimal): -6291138 or 4063648. OLE color: 4063648.

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

Color convert

RGB 160 1 62 -
CMYK 0 0.99 0.61 0.37
HSL 336.98º 0.99% 0.32% -
HSV(B) 336.98º 0.99% 0.63% -
XYZ 15.38 7.84 5.26 -
YUV 55.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 160 1 62 0 0.99 0.61 0.37 336.98 0.99 0.32
Hex A0 1 3E 0 63 3D 25 151 63 20
Octal 240 1 76 0 143 75 45 521 143 40
Binary 10100000 1 111110 0 1100011 111101 100101 101010001 1100011 100000

Color Harmonies of #A0013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0013E

Black with #A0013E

Text Example


Text Example

White with #A0013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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