Html Css Color HEX #AC071F Carmine

📋 copy color: '#AC071F'

red 172 ◦ green 7 ◦ blue 31

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

Shades of Carmine #AC071F

Tints of Carmine #AC071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

 BLUE value IS 31 (12.5% from 255) = 14.76%

R = 81.9%
G = 3.33%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC071F (or 0xAC071F) is known color: Carmine. HEX triplet: AC, 07 and 1F. RGB value is (172,7,31). Sum of RGB (Red+Green+Blue) = 172+7+31=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC071F is #53F8E0. Grayscale: #3B3B3B. Windows color (decimal): -5503201 or 2033580. OLE color: 2033580.

HSL color Cylindrical-coordinate representation of color #AC071F: hue angle of 351.27º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC071F is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 7 31 -
CMYK 0 0.96 0.82 0.33
HSL 351.27º 0.92% 0.35% -
HSV(B) 351.27º 0.96% 0.67% -
XYZ 17.34 9.02 2.12 -
YUV 59.07 112.16 208.55 -
System Red Green Blue C M Y K H S L
Decimal 172 7 31 0 0.96 0.82 0.33 351.27 0.92 0.35
Hex AC 7 1F 0 60 52 21 15F 5C 23
Octal 254 7 37 0 140 122 41 537 134 43
Binary 10101100 111 11111 0 1100000 1010010 100001 101011111 1011100 100011

Color Harmonies of #AC071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC071F

Black with #AC071F

Text Example


Text Example

White with #AC071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC071F; }

 p { color: rgb(172,7,31); }

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

background-color css

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

 a { background-color: rgb(172,7,31); }

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

border-color css

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

 span { border-color: rgb(172,7,31); }

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