Html Css Color HEX #AC0242 Jazzberry Jam

📋 copy color: '#AC0242'

red 172 ◦ green 2 ◦ blue 66

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

Shades of Jazzberry Jam #AC0242

Tints of Jazzberry Jam #AC0242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 71.67%
G = 0.83%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC0242 (or 0xAC0242) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 42. RGB value is (172,2,66). Sum of RGB (Red+Green+Blue) = 172+2+66=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0242 is #53FDBD. Grayscale: #3C3C3C. Windows color (decimal): -5504446 or 4326060. OLE color: 4326060.

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

Color convert

RGB 172 2 66 -
CMYK 0 0.99 0.62 0.33
HSL 337.41º 0.98% 0.34% -
HSV(B) 337.41º 0.99% 0.67% -
XYZ 18.02 9.21 5.98 -
YUV 60.13 131.32 207.8 -
System Red Green Blue C M Y K H S L
Decimal 172 2 66 0 0.99 0.62 0.33 337.41 0.98 0.34
Hex AC 2 42 0 63 3E 21 151 62 22
Octal 254 2 102 0 143 76 41 521 142 42
Binary 10101100 10 1000010 0 1100011 111110 100001 101010001 1100010 100010

Color Harmonies of #AC0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0242

Black with #AC0242

Text Example


Text Example

White with #AC0242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0242; }

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

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

background-color css

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

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

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

border-color css

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

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

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