#A10A3B

Color #A10A3B Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A10A3B

Tints of Jazzberry Jam #A10A3B

Color information

#A10A3B (or 0xA10A3B) is unknown color: approx Jazzberry Jam. HEX triplet: A1, 0A and 3B. RGB value is (161,10,59). Sum of RGB (Red+Green+Blue) = 161+10+59=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10A3B is #5EF5C4. Grayscale: #3C3C3C. Windows color (decimal): -6223301 or 3869345. OLE color: 3869345.

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

Color convert

RGB1611059-
CMYK00.940.630.37
HSL340.53º88.3%33.53%-
HSV(B)340.53º93.79%63.14%-
XYZ15.68.114.88-
YUV60.73127.03199.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70%
GREEN value IS 10 (4.30% from 255) = 4.35%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=70%
G=4.35%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161105900.940.630.37340.5388.333.53
HexA1A3B05E3F251555822
Octal24112730136774552513042
Binary101000011010111011010111101111111001011010101011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10A3B; }

 p { color: rgb(161,10,59); }

 H1.HeaderClassName
 {
   color: #A10A3B;
 }
 .AnyTagClassName
 {
   color: #A10A3B;
 }
</style>
background-color css

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

 a { background-color: rgb(161,10,59); }

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

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

 span { border-color: rgb(161,10,59); }

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