Html Css Color HEX #AC011A Carmine

📋 copy color: '#AC011A'

red 172 ◦ green 1 ◦ blue 26

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

Shades of Carmine #AC011A

Tints of Carmine #AC011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 26 (10.55% from 255) = 13.07%

R = 86.43%
G = 0.5%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC011A (or 0xAC011A) is known color: Carmine. HEX triplet: AC, 01 and 1A. RGB value is (172,1,26). Sum of RGB (Red+Green+Blue) = 172+1+26=199 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.43% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 172 - color contains mainly: red. Hex color #AC011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC011A is #53FEE5. Grayscale: #373737. Windows color (decimal): -5504742 or 1704364. OLE color: 1704364.

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

Color convert

RGB 172 1 26 -
CMYK 0 0.99 0.85 0.33
HSL 351.23º 0.99% 0.34% -
HSV(B) 351.23º 0.99% 0.67% -
XYZ 17.21 8.87 1.78 -
YUV 54.98 111.65 211.47 -
System Red Green Blue C M Y K H S L
Decimal 172 1 26 0 0.99 0.85 0.33 351.23 0.99 0.34
Hex AC 1 1A 0 63 55 21 15F 63 22
Octal 254 1 32 0 143 125 41 537 143 42
Binary 10101100 1 11010 0 1100011 1010101 100001 101011111 1100011 100010

Color Harmonies of #AC011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC011A

Black with #AC011A

Text Example


Text Example

White with #AC011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC011A; }

 p { color: rgb(172,1,26); }

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

background-color css

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

 a { background-color: rgb(172,1,26); }

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

border-color css

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

 span { border-color: rgb(172,1,26); }

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