Html Css Color HEX #AC0243 Jazzberry Jam

📋 copy color: '#AC0243'

red 172 ◦ green 2 ◦ blue 67

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

Shades of Jazzberry Jam #AC0243

Tints of Jazzberry Jam #AC0243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.8%

R = 71.37%
G = 0.83%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC0243 (or 0xAC0243) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 43. RGB value is (172,2,67). Sum of RGB (Red+Green+Blue) = 172+2+67=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0243 is #53FDBC. Grayscale: #3C3C3C. Windows color (decimal): -5504445 or 4391596. OLE color: 4391596.

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

Color convert

RGB 172 2 67 -
CMYK 0 0.99 0.61 0.33
HSL 337.06º 0.98% 0.34% -
HSV(B) 337.06º 0.99% 0.67% -
XYZ 18.05 9.22 6.14 -
YUV 60.24 131.82 207.71 -
System Red Green Blue C M Y K H S L
Decimal 172 2 67 0 0.99 0.61 0.33 337.06 0.98 0.34
Hex AC 2 43 0 63 3D 21 151 62 22
Octal 254 2 103 0 143 75 41 521 142 42
Binary 10101100 10 1000011 0 1100011 111101 100001 101010001 1100010 100010

Color Harmonies of #AC0243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0243

Black with #AC0243

Text Example


Text Example

White with #AC0243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0243; }

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

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

background-color css

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

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

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

border-color css

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

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

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