Html Css Color HEX #AC003F Jazzberry Jam

📋 copy color: '#AC003F'

red 172 ◦ green 0 ◦ blue 63

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

Shades of Jazzberry Jam #AC003F

Tints of Jazzberry Jam #AC003F

RGB

 RED value IS 172 (67.58% from 255) = 73.19%

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

 BLUE value IS 63 (25% from 255) = 26.81%

R = 73.19%
G = 0%
B = 26.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC003F (or 0xAC003F) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 3F. RGB value is (172,0,63). Sum of RGB (Red+Green+Blue) = 172+0+63=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC003F is #53FFC0. Grayscale: #3A3A3A. Windows color (decimal): -5504961 or 4128940. OLE color: 4128940.

HSL color Cylindrical-coordinate representation of color #AC003F: hue angle of 338.02º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC003F is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 0 63 -
CMYK 0 1 0.63 0.33
HSL 338.02º 1% 0.34% -
HSV(B) 338.02º 1% 0.67% -
XYZ 17.91 9.13 5.52 -
YUV 58.61 130.48 208.88 -
System Red Green Blue C M Y K H S L
Decimal 172 0 63 0 1 0.63 0.33 338.02 1 0.34
Hex AC 0 3F 0 64 3F 21 152 64 22
Octal 254 0 77 0 144 77 41 522 144 42
Binary 10101100 0 111111 0 1100100 111111 100001 101010010 1100100 100010

Color Harmonies of #AC003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC003F

Black with #AC003F

Text Example


Text Example

White with #AC003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC003F; }

 p { color: rgb(172,0,63); }

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

background-color css

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

 a { background-color: rgb(172,0,63); }

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

border-color css

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

 span { border-color: rgb(172,0,63); }

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