Html Css Color HEX #AC1017 Carmine

📋 copy color: '#AC1017'

red 172 ◦ green 16 ◦ blue 23

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

Shades of Carmine #AC1017

Tints of Carmine #AC1017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.58%

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

R = 81.52%
G = 7.58%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC1017 (or 0xAC1017) is known color: Carmine. HEX triplet: AC, 10 and 17. RGB value is (172,16,23). Sum of RGB (Red+Green+Blue) = 172+16+23=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1017 is #53EFE8. Grayscale: #3F3F3F. Windows color (decimal): -5500905 or 1511596. OLE color: 1511596.

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

Color convert

RGB 172 16 23 -
CMYK 0 0.91 0.87 0.33
HSL 357.31º 0.83% 0.37% -
HSV(B) 357.31º 0.91% 0.67% -
XYZ 17.35 9.2 1.67 -
YUV 63.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 172 16 23 0 0.91 0.87 0.33 357.31 0.83 0.37
Hex AC 10 17 0 5B 57 21 165 53 25
Octal 254 20 27 0 133 127 41 545 123 45
Binary 10101100 10000 10111 0 1011011 1010111 100001 101100101 1010011 100101

Color Harmonies of #AC1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1017

Black with #AC1017

Text Example


Text Example

White with #AC1017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1017; }

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

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

background-color css

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

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

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

border-color css

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

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

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