Html Css Color HEX #AC0C42 Jazzberry Jam

📋 copy color: '#AC0C42'

red 172 ◦ green 12 ◦ blue 66

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

Shades of Jazzberry Jam #AC0C42

Tints of Jazzberry Jam #AC0C42

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.8%

 BLUE value IS 66 (26.17% from 255) = 26.4%

R = 68.8%
G = 4.8%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC0C42 (or 0xAC0C42) is known color: Jazzberry Jam. HEX triplet: AC, 0C and 42. RGB value is (172,12,66). Sum of RGB (Red+Green+Blue) = 172+12+66=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C42 is #53F3BD. Grayscale: #414141. Windows color (decimal): -5501886 or 4328620. OLE color: 4328620.

HSL color Cylindrical-coordinate representation of color #AC0C42: hue angle of 339.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C42 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 12 66 -
CMYK 0 0.93 0.62 0.33
HSL 339.75º 0.87% 0.36% -
HSV(B) 339.75º 0.93% 0.67% -
XYZ 18.13 9.43 6.02 -
YUV 66 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 172 12 66 0 0.93 0.62 0.33 339.75 0.87 0.36
Hex AC C 42 0 5D 3E 21 154 57 24
Octal 254 14 102 0 135 76 41 524 127 44
Binary 10101100 1100 1000010 0 1011101 111110 100001 101010100 1010111 100100

Color Harmonies of #AC0C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C42

Black with #AC0C42

Text Example


Text Example

White with #AC0C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C42; }

 p { color: rgb(172,12,66); }

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

background-color css

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

 a { background-color: rgb(172,12,66); }

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

border-color css

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

 span { border-color: rgb(172,12,66); }

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