Html Css Color HEX #AC0017 Carmine

📋 copy color: '#AC0017'

red 172 ◦ green 0 ◦ blue 23

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

Shades of Carmine #AC0017

Tints of Carmine #AC0017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 23 (9.38% from 255) = 11.79%

R = 88.21%
G = 0%
B = 11.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC0017 (or 0xAC0017) is known color: Carmine. HEX triplet: AC, 00 and 17. RGB value is (172,0,23). Sum of RGB (Red+Green+Blue) = 172+0+23=195 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.21% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0017 is #53FFE8. Grayscale: #363636. Windows color (decimal): -5505001 or 1507500. OLE color: 1507500.

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

Color convert

RGB 172 0 23 -
CMYK 0 1 0.87 0.33
HSL 351.98º 1% 0.34% -
HSV(B) 351.98º 1% 0.67% -
XYZ 17.17 8.83 1.61 -
YUV 54.05 110.48 212.13 -
System Red Green Blue C M Y K H S L
Decimal 172 0 23 0 1 0.87 0.33 351.98 1 0.34
Hex AC 0 17 0 64 57 21 160 64 22
Octal 254 0 27 0 144 127 41 540 144 42
Binary 10101100 0 10111 0 1100100 1010111 100001 101100000 1100100 100010

Color Harmonies of #AC0017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0017

Black with #AC0017

Text Example


Text Example

White with #AC0017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0017; }

 p { color: rgb(172,0,23); }

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

background-color css

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

 a { background-color: rgb(172,0,23); }

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

border-color css

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

 span { border-color: rgb(172,0,23); }

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