Html Css Color HEX #AC0245 Jazzberry Jam

📋 copy color: '#AC0245'

red 172 ◦ green 2 ◦ blue 69

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

Shades of Jazzberry Jam #AC0245

Tints of Jazzberry Jam #AC0245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.4%

R = 70.78%
G = 0.82%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC0245 (or 0xAC0245) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 45. RGB value is (172,2,69). Sum of RGB (Red+Green+Blue) = 172+2+69=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0245 is #53FDBA. Grayscale: #3C3C3C. Windows color (decimal): -5504443 or 4522668. OLE color: 4522668.

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

Color convert

RGB 172 2 69 -
CMYK 0 0.99 0.60 0.33
HSL 336.35º 0.98% 0.34% -
HSV(B) 336.35º 0.99% 0.67% -
XYZ 18.11 9.24 6.46 -
YUV 60.47 132.82 207.55 -
System Red Green Blue C M Y K H S L
Decimal 172 2 69 0 0.99 0.60 0.33 336.35 0.98 0.34
Hex AC 2 45 0 63 3C 21 150 62 22
Octal 254 2 105 0 143 74 41 520 142 42
Binary 10101100 10 1000101 0 1100011 111100 100001 101010000 1100010 100010

Color Harmonies of #AC0245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0245

Black with #AC0245

Text Example


Text Example

White with #AC0245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0245; }

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

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

background-color css

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

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

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

border-color css

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

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

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