Html Css Color HEX #AC0C27 Carmine

📋 copy color: '#AC0C27'

red 172 ◦ green 12 ◦ blue 39

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

Shades of Carmine #AC0C27

Tints of Carmine #AC0C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.49%

R = 77.13%
G = 5.38%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC0C27 (or 0xAC0C27) is known color: Carmine. HEX triplet: AC, 0C and 27. RGB value is (172,12,39). Sum of RGB (Red+Green+Blue) = 172+12+39=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C27 is #53F3D8. Grayscale: #3E3E3E. Windows color (decimal): -5501913 or 2559148. OLE color: 2559148.

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

Color convert

RGB 172 12 39 -
CMYK 0 0.93 0.77 0.33
HSL 349.88º 0.87% 0.36% -
HSV(B) 349.88º 0.93% 0.67% -
XYZ 17.51 9.18 2.77 -
YUV 62.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 172 12 39 0 0.93 0.77 0.33 349.88 0.87 0.36
Hex AC C 27 0 5D 4D 21 15E 57 24
Octal 254 14 47 0 135 115 41 536 127 44
Binary 10101100 1100 100111 0 1011101 1001101 100001 101011110 1010111 100100

Color Harmonies of #AC0C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C27

Black with #AC0C27

Text Example


Text Example

White with #AC0C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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