Html Css Color HEX #AC0010 Carmine

📋 copy color: '#AC0010'

red 172 ◦ green 0 ◦ blue 16

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

Shades of Carmine #AC0010

Tints of Carmine #AC0010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.51%

R = 91.49%
G = 0%
B = 8.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC0010 (or 0xAC0010) is known color: Carmine. HEX triplet: AC, 00 and 10. RGB value is (172,0,16). Sum of RGB (Red+Green+Blue) = 172+0+16=188 (24% of max value = 765). Red value is 172 (67.58% from 255 or 91.49% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0010 is #53FFEF. Grayscale: #353535. Windows color (decimal): -5505008 or 1048748. OLE color: 1048748.

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

Color convert

RGB 172 0 16 -
CMYK 0 1 0.91 0.33
HSL 354.42º 1% 0.34% -
HSV(B) 354.42º 1% 0.67% -
XYZ 17.11 8.81 1.29 -
YUV 53.25 106.98 212.7 -
System Red Green Blue C M Y K H S L
Decimal 172 0 16 0 1 0.91 0.33 354.42 1 0.34
Hex AC 0 10 0 64 5B 21 162 64 22
Octal 254 0 20 0 144 133 41 542 144 42
Binary 10101100 0 10000 0 1100100 1011011 100001 101100010 1100100 100010

Color Harmonies of #AC0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0010

Black with #AC0010

Text Example


Text Example

White with #AC0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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