Html Css Color HEX #A10E3C Jazzberry Jam

📋 copy color: '#A10E3C'

red 161 ◦ green 14 ◦ blue 60

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

Shades of Jazzberry Jam #A10E3C

Tints of Jazzberry Jam #A10E3C

RGB

 RED value IS 161 (63.28% from 255) = 68.51%

 GREEN value IS 14 (5.86% from 255) = 5.96%

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

R = 68.51%
G = 5.96%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A10E3C (or 0xA10E3C) is known color: Jazzberry Jam. HEX triplet: A1, 0E and 3C. RGB value is (161,14,60). Sum of RGB (Red+Green+Blue) = 161+14+60=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10E3C is #5EF1C3. Grayscale: #3F3F3F. Windows color (decimal): -6222276 or 3935905. OLE color: 3935905.

HSL color Cylindrical-coordinate representation of color #A10E3C: hue angle of 341.22º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10E3C is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 14 60 -
CMYK 0 0.91 0.63 0.37
HSL 341.22º 0.84% 0.34% -
HSV(B) 341.22º 0.91% 0.63% -
XYZ 15.67 8.22 5.04 -
YUV 63.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 161 14 60 0 0.91 0.63 0.37 341.22 0.84 0.34
Hex A1 E 3C 0 5B 3F 25 155 54 22
Octal 241 16 74 0 133 77 45 525 124 42
Binary 10100001 1110 111100 0 1011011 111111 100101 101010101 1010100 100010

Color Harmonies of #A10E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10E3C

Black with #A10E3C

Text Example


Text Example

White with #A10E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10E3C; }

 p { color: rgb(161,14,60); }

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

background-color css

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

 a { background-color: rgb(161,14,60); }

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

border-color css

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

 span { border-color: rgb(161,14,60); }

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