Html Css Color HEX #AC003B Jazzberry Jam

📋 copy color: '#AC003B'

red 172 ◦ green 0 ◦ blue 59

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

Shades of Jazzberry Jam #AC003B

Tints of Jazzberry Jam #AC003B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.54%

R = 74.46%
G = 0%
B = 25.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC003B (or 0xAC003B) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 3B. RGB value is (172,0,59). Sum of RGB (Red+Green+Blue) = 172+0+59=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC003B is #53FFC4. Grayscale: #3A3A3A. Windows color (decimal): -5504965 or 3866796. OLE color: 3866796.

HSL color Cylindrical-coordinate representation of color #AC003B: hue angle of 339.42º 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 #AC003B is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 0 59 -
CMYK 0 1 0.66 0.33
HSL 339.42º 1% 0.34% -
HSV(B) 339.42º 1% 0.67% -
XYZ 17.8 9.09 4.95 -
YUV 58.15 128.48 209.2 -
System Red Green Blue C M Y K H S L
Decimal 172 0 59 0 1 0.66 0.33 339.42 1 0.34
Hex AC 0 3B 0 64 42 21 153 64 22
Octal 254 0 73 0 144 102 41 523 144 42
Binary 10101100 0 111011 0 1100100 1000010 100001 101010011 1100100 100010

Color Harmonies of #AC003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC003B

Black with #AC003B

Text Example


Text Example

White with #AC003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC003B; }

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

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

background-color css

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

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

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

border-color css

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

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

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