Html Css Color HEX #AC0241 Jazzberry Jam

📋 copy color: '#AC0241'

red 172 ◦ green 2 ◦ blue 65

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

Shades of Jazzberry Jam #AC0241

Tints of Jazzberry Jam #AC0241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.2%

R = 71.97%
G = 0.84%
B = 27.2%

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

#AC0241 (or 0xAC0241) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 41. RGB value is (172,2,65). Sum of RGB (Red+Green+Blue) = 172+2+65=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0241 is #53FDBE. Grayscale: #3B3B3B. Windows color (decimal): -5504447 or 4260524. OLE color: 4260524.

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

Color convert

RGB 172 2 65 -
CMYK 0 0.99 0.62 0.33
HSL 337.76º 0.98% 0.34% -
HSV(B) 337.76º 0.99% 0.67% -
XYZ 17.99 9.2 5.83 -
YUV 60.01 130.82 207.88 -
System Red Green Blue C M Y K H S L
Decimal 172 2 65 0 0.99 0.62 0.33 337.76 0.98 0.34
Hex AC 2 41 0 63 3E 21 152 62 22
Octal 254 2 101 0 143 76 41 522 142 42
Binary 10101100 10 1000001 0 1100011 111110 100001 101010010 1100010 100010

Color Harmonies of #AC0241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0241

Black with #AC0241

Text Example


Text Example

White with #AC0241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0241; }

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

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

background-color css

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

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

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

border-color css

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

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

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