Html Css Color HEX #A5003C Jazzberry Jam

📋 copy color: '#A5003C'

red 165 ◦ green 0 ◦ blue 60

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

Shades of Jazzberry Jam #A5003C

Tints of Jazzberry Jam #A5003C

RGB

 RED value IS 165 (64.84% from 255) = 73.33%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.33%
G = 0%
B = 26.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5003C (or 0xA5003C) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 3C. RGB value is (165,0,60). Sum of RGB (Red+Green+Blue) = 165+0+60=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A5003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5003C is #5AFFC3. Grayscale: #383838. Windows color (decimal): -5963716 or 3932325. OLE color: 3932325.

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

Color convert

RGB 165 0 60 -
CMYK 0 1 0.64 0.35
HSL 338.18º 1% 0.32% -
HSV(B) 338.18º 1% 0.65% -
XYZ 16.33 8.33 5.02 -
YUV 56.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 165 0 60 0 1 0.64 0.35 338.18 1 0.32
Hex A5 0 3C 0 64 40 23 152 64 20
Octal 245 0 74 0 144 100 43 522 144 40
Binary 10100101 0 111100 0 1100100 1000000 100011 101010010 1100100 100000

Color Harmonies of #A5003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5003C

Black with #A5003C

Text Example


Text Example

White with #A5003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5003C; }

 p { color: rgb(165,0,60); }

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

background-color css

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

 a { background-color: rgb(165,0,60); }

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

border-color css

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

 span { border-color: rgb(165,0,60); }

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