Html Css Color HEX #A2013C Jazzberry Jam

📋 copy color: '#A2013C'

red 162 ◦ green 1 ◦ blue 60

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

Shades of Jazzberry Jam #A2013C

Tints of Jazzberry Jam #A2013C

RGB

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

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

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

R = 72.65%
G = 0.45%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2013C (or 0xA2013C) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 3C. RGB value is (162,1,60). Sum of RGB (Red+Green+Blue) = 162+1+60=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A2013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2013C is #5DFEC3. Grayscale: #373737. Windows color (decimal): -6160068 or 3932578. OLE color: 3932578.

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

Color convert

RGB 162 1 60 -
CMYK 0 0.99 0.63 0.36
HSL 338.01º 0.99% 0.32% -
HSV(B) 338.01º 0.99% 0.64% -
XYZ 15.73 8.03 5 -
YUV 55.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 162 1 60 0 0.99 0.63 0.36 338.01 0.99 0.32
Hex A2 1 3C 0 63 3F 24 152 63 20
Octal 242 1 74 0 143 77 44 522 143 40
Binary 10100010 1 111100 0 1100011 111111 100100 101010010 1100011 100000

Color Harmonies of #A2013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2013C

Black with #A2013C

Text Example


Text Example

White with #A2013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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