Html Css Color HEX #AC0718 Carmine

📋 copy color: '#AC0718'

red 172 ◦ green 7 ◦ blue 24

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

Shades of Carmine #AC0718

Tints of Carmine #AC0718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.45%

 BLUE value IS 24 (9.77% from 255) = 11.82%

R = 84.73%
G = 3.45%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC0718 (or 0xAC0718) is known color: Carmine. HEX triplet: AC, 07 and 18. RGB value is (172,7,24). Sum of RGB (Red+Green+Blue) = 172+7+24=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0718 is #53F8E7. Grayscale: #3A3A3A. Windows color (decimal): -5503208 or 1574828. OLE color: 1574828.

HSL color Cylindrical-coordinate representation of color #AC0718: hue angle of 353.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0718 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 7 24 -
CMYK 0 0.96 0.86 0.33
HSL 353.82º 0.92% 0.35% -
HSV(B) 353.82º 0.96% 0.67% -
XYZ 17.25 8.99 1.69 -
YUV 58.27 108.66 209.12 -
System Red Green Blue C M Y K H S L
Decimal 172 7 24 0 0.96 0.86 0.33 353.82 0.92 0.35
Hex AC 7 18 0 60 56 21 162 5C 23
Octal 254 7 30 0 140 126 41 542 134 43
Binary 10101100 111 11000 0 1100000 1010110 100001 101100010 1011100 100011

Color Harmonies of #AC0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0718

Black with #AC0718

Text Example


Text Example

White with #AC0718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0718; }

 p { color: rgb(172,7,24); }

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

background-color css

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

 a { background-color: rgb(172,7,24); }

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

border-color css

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

 span { border-color: rgb(172,7,24); }

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