Html Css Color HEX #A2003F Jazzberry Jam

📋 copy color: '#A2003F'

red 162 ◦ green 0 ◦ blue 63

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

Shades of Jazzberry Jam #A2003F

Tints of Jazzberry Jam #A2003F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28%

R = 72%
G = 0%
B = 28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2003F (or 0xA2003F) is known color: Jazzberry Jam. HEX triplet: A2, 00 and 3F. RGB value is (162,0,63). Sum of RGB (Red+Green+Blue) = 162+0+63=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A2003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2003F is #5DFFC0. Grayscale: #373737. Windows color (decimal): -6160321 or 4128930. OLE color: 4128930.

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

Color convert

RGB 162 0 63 -
CMYK 0 1 0.61 0.36
HSL 336.67º 1% 0.32% -
HSV(B) 336.67º 1% 0.64% -
XYZ 15.8 8.04 5.42 -
YUV 55.62 132.17 203.88 -
System Red Green Blue C M Y K H S L
Decimal 162 0 63 0 1 0.61 0.36 336.67 1 0.32
Hex A2 0 3F 0 64 3D 24 151 64 20
Octal 242 0 77 0 144 75 44 521 144 40
Binary 10100010 0 111111 0 1100100 111101 100100 101010001 1100100 100000

Color Harmonies of #A2003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2003F

Black with #A2003F

Text Example


Text Example

White with #A2003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2003F; }

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

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

background-color css

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

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

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

border-color css

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

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

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