Html Css Color HEX #A2003B Jazzberry Jam

📋 copy color: '#A2003B'

red 162 ◦ green 0 ◦ blue 59

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

Shades of Jazzberry Jam #A2003B

Tints of Jazzberry Jam #A2003B

RGB

 RED value IS 162 (63.67% from 255) = 73.3%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.3%
G = 0%
B = 26.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2003B (or 0xA2003B) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 3B. RGB value is (162,0,59). Sum of RGB (Red+Green+Blue) = 162+0+59=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A2003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2003B is #5DFFC4. Grayscale: #373737. Windows color (decimal): -6160325 or 3866786. OLE color: 3866786.

HSL color Cylindrical-coordinate representation of color #A2003B: hue angle of 338.15º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2003B is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 0 59 -
CMYK 0 1 0.64 0.36
HSL 338.15º 1% 0.32% -
HSV(B) 338.15º 1% 0.64% -
XYZ 15.69 8 4.85 -
YUV 55.16 130.17 204.2 -
System Red Green Blue C M Y K H S L
Decimal 162 0 59 0 1 0.64 0.36 338.15 1 0.32
Hex A2 0 3B 0 64 40 24 152 64 20
Octal 242 0 73 0 144 100 44 522 144 40
Binary 10100010 0 111011 0 1100100 1000000 100100 101010010 1100100 100000

Color Harmonies of #A2003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2003B

Black with #A2003B

Text Example


Text Example

White with #A2003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2003B; }

 p { color: rgb(162,0,59); }

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

background-color css

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

 a { background-color: rgb(162,0,59); }

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

border-color css

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

 span { border-color: rgb(162,0,59); }

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