Html Css Color HEX #A3053B Jazzberry Jam

📋 copy color: '#A3053B'

red 163 ◦ green 5 ◦ blue 59

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

Shades of Jazzberry Jam #A3053B

Tints of Jazzberry Jam #A3053B

RGB

 RED value IS 163 (64.06% from 255) = 71.81%

 GREEN value IS 5 (2.34% from 255) = 2.2%

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

R = 71.81%
G = 2.2%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3053B (or 0xA3053B) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 3B. RGB value is (163,5,59). Sum of RGB (Red+Green+Blue) = 163+5+59=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A3053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3053B is #5CFAC4. Grayscale: #3A3A3A. Windows color (decimal): -6093509 or 3868067. OLE color: 3868067.

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

Color convert

RGB 163 5 59 -
CMYK 0 0.97 0.64 0.36
HSL 339.49º 0.94% 0.33% -
HSV(B) 339.49º 0.97% 0.64% -
XYZ 15.95 8.21 4.88 -
YUV 58.4 128.35 202.61 -
System Red Green Blue C M Y K H S L
Decimal 163 5 59 0 0.97 0.64 0.36 339.49 0.94 0.33
Hex A3 5 3B 0 61 40 24 153 5E 21
Octal 243 5 73 0 141 100 44 523 136 41
Binary 10100011 101 111011 0 1100001 1000000 100100 101010011 1011110 100001

Color Harmonies of #A3053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3053B

Black with #A3053B

Text Example


Text Example

White with #A3053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3053B; }

 p { color: rgb(163,5,59); }

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

background-color css

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

 a { background-color: rgb(163,5,59); }

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

border-color css

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

 span { border-color: rgb(163,5,59); }

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