Html Css Color HEX #AC0C10 Carmine

📋 copy color: '#AC0C10'

red 172 ◦ green 12 ◦ blue 16

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

Shades of Carmine #AC0C10

Tints of Carmine #AC0C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6%

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

R = 86%
G = 6%
B = 8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC0C10 (or 0xAC0C10) is known color: Carmine. HEX triplet: AC, 0C and 10. RGB value is (172,12,16). Sum of RGB (Red+Green+Blue) = 172+12+16=200 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0C10 is #53F3EF. Grayscale: #3C3C3C. Windows color (decimal): -5501936 or 1051820. OLE color: 1051820.

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

Color convert

RGB 172 12 16 -
CMYK 0 0.93 0.91 0.33
HSL 358.5º 0.87% 0.36% -
HSV(B) 358.5º 0.93% 0.67% -
XYZ 17.24 9.07 1.33 -
YUV 60.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 172 12 16 0 0.93 0.91 0.33 358.5 0.87 0.36
Hex AC C 10 0 5D 5B 21 166 57 24
Octal 254 14 20 0 135 133 41 546 127 44
Binary 10101100 1100 10000 0 1011101 1011011 100001 101100110 1010111 100100

Color Harmonies of #AC0C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C10

Black with #AC0C10

Text Example


Text Example

White with #AC0C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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