Html Css Color HEX #A3013C Jazzberry Jam

📋 copy color: '#A3013C'

red 163 ◦ green 1 ◦ blue 60

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

Shades of Jazzberry Jam #A3013C

Tints of Jazzberry Jam #A3013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 72.77%
G = 0.45%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3013C (or 0xA3013C) is known color: Jazzberry Jam. HEX triplet: A3, 01 and 3C. RGB value is (163,1,60). Sum of RGB (Red+Green+Blue) = 163+1+60=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A3013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3013C is #5CFEC3. Grayscale: #383838. Windows color (decimal): -6094532 or 3932579. OLE color: 3932579.

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

Color convert

RGB 163 1 60 -
CMYK 0 0.99 0.63 0.36
HSL 338.15º 0.99% 0.32% -
HSV(B) 338.15º 0.99% 0.64% -
XYZ 15.93 8.13 5.01 -
YUV 56.16 130.17 204.2 -
System Red Green Blue C M Y K H S L
Decimal 163 1 60 0 0.99 0.63 0.36 338.15 0.99 0.32
Hex A3 1 3C 0 63 3F 24 152 63 20
Octal 243 1 74 0 143 77 44 522 143 40
Binary 10100011 1 111100 0 1100011 111111 100100 101010010 1100011 100000

Color Harmonies of #A3013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3013C

Black with #A3013C

Text Example


Text Example

White with #A3013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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