Html Css Color HEX #AC072E Carmine

📋 copy color: '#AC072E'

red 172 ◦ green 7 ◦ blue 46

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

Shades of Carmine #AC072E

Tints of Carmine #AC072E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 76.44%
G = 3.11%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC072E (or 0xAC072E) is known color: Carmine. HEX triplet: AC, 07 and 2E. RGB value is (172,7,46). Sum of RGB (Red+Green+Blue) = 172+7+46=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC072E is #53F8D1. Grayscale: #3C3C3C. Windows color (decimal): -5503186 or 3016620. OLE color: 3016620.

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

Color convert

RGB 172 7 46 -
CMYK 0 0.96 0.73 0.33
HSL 345.82º 0.92% 0.35% -
HSV(B) 345.82º 0.96% 0.67% -
XYZ 17.58 9.12 3.42 -
YUV 60.78 119.66 207.33 -
System Red Green Blue C M Y K H S L
Decimal 172 7 46 0 0.96 0.73 0.33 345.82 0.92 0.35
Hex AC 7 2E 0 60 49 21 15A 5C 23
Octal 254 7 56 0 140 111 41 532 134 43
Binary 10101100 111 101110 0 1100000 1001001 100001 101011010 1011100 100011

Color Harmonies of #AC072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC072E

Black with #AC072E

Text Example


Text Example

White with #AC072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC072E; }

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

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

background-color css

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

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

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

border-color css

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

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

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