Html Css Color HEX #A3033C Jazzberry Jam

📋 copy color: '#A3033C'

red 163 ◦ green 3 ◦ blue 60

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

Shades of Jazzberry Jam #A3033C

Tints of Jazzberry Jam #A3033C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 72.12%
G = 1.33%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3033C (or 0xA3033C) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 3C. RGB value is (163,3,60). Sum of RGB (Red+Green+Blue) = 163+3+60=226 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.12% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 163 - color contains mainly: red. Hex color #A3033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3033C is #5CFCC3. Grayscale: #393939. Windows color (decimal): -6094020 or 3933091. OLE color: 3933091.

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

Color convert

RGB 163 3 60 -
CMYK 0 0.98 0.63 0.36
HSL 338.63º 0.96% 0.33% -
HSV(B) 338.63º 0.98% 0.64% -
XYZ 15.95 8.18 5.01 -
YUV 57.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 163 3 60 0 0.98 0.63 0.36 338.63 0.96 0.33
Hex A3 3 3C 0 62 3F 24 153 60 21
Octal 243 3 74 0 142 77 44 523 140 41
Binary 10100011 11 111100 0 1100010 111111 100100 101010011 1100000 100001

Color Harmonies of #A3033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3033C

Black with #A3033C

Text Example


Text Example

White with #A3033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3033C; }

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

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

background-color css

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

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

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

border-color css

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

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

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