Html Css Color HEX #A0013B Jazzberry Jam

📋 copy color: '#A0013B'

red 160 ◦ green 1 ◦ blue 59

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

Shades of Jazzberry Jam #A0013B

Tints of Jazzberry Jam #A0013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.82%

R = 72.73%
G = 0.45%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A0013B (or 0xA0013B) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 3B. RGB value is (160,1,59). Sum of RGB (Red+Green+Blue) = 160+1+59=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A0013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0013B is #5FFEC4. Grayscale: #373737. Windows color (decimal): -6291141 or 3867040. OLE color: 3867040.

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

Color convert

RGB 160 1 59 -
CMYK 0 0.99 0.63 0.37
HSL 338.11º 0.99% 0.32% -
HSV(B) 338.11º 0.99% 0.63% -
XYZ 15.3 7.81 4.84 -
YUV 55.15 130.18 202.78 -
System Red Green Blue C M Y K H S L
Decimal 160 1 59 0 0.99 0.63 0.37 338.11 0.99 0.32
Hex A0 1 3B 0 63 3F 25 152 63 20
Octal 240 1 73 0 143 77 45 522 143 40
Binary 10100000 1 111011 0 1100011 111111 100101 101010010 1100011 100000

Color Harmonies of #A0013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0013B

Black with #A0013B

Text Example


Text Example

White with #A0013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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