Html Css Color HEX #A3053C Jazzberry Jam

📋 copy color: '#A3053C'

red 163 ◦ green 5 ◦ blue 60

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

Shades of Jazzberry Jam #A3053C

Tints of Jazzberry Jam #A3053C

RGB

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

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

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

R = 71.49%
G = 2.19%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3053C (or 0xA3053C) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 3C. RGB value is (163,5,60). Sum of RGB (Red+Green+Blue) = 163+5+60=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A3053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3053C is #5CFAC3. Grayscale: #3A3A3A. Windows color (decimal): -6093508 or 3933603. OLE color: 3933603.

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

Color convert

RGB 163 5 60 -
CMYK 0 0.97 0.63 0.36
HSL 339.11º 0.94% 0.33% -
HSV(B) 339.11º 0.97% 0.64% -
XYZ 15.97 8.22 5.02 -
YUV 58.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 163 5 60 0 0.97 0.63 0.36 339.11 0.94 0.33
Hex A3 5 3C 0 61 3F 24 153 5E 21
Octal 243 5 74 0 141 77 44 523 136 41
Binary 10100011 101 111100 0 1100001 111111 100100 101010011 1011110 100001

Color Harmonies of #A3053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3053C

Black with #A3053C

Text Example


Text Example

White with #A3053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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