Html Css Color HEX #AC072A Carmine

📋 copy color: '#AC072A'

red 172 ◦ green 7 ◦ blue 42

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

Shades of Carmine #AC072A

Tints of Carmine #AC072A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19%

R = 77.83%
G = 3.17%
B = 19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC072A (or 0xAC072A) is known color: Carmine. HEX triplet: AC, 07 and 2A. RGB value is (172,7,42). Sum of RGB (Red+Green+Blue) = 172+7+42=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC072A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC072A is #53F8D5. Grayscale: #3C3C3C. Windows color (decimal): -5503190 or 2754476. OLE color: 2754476.

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

Color convert

RGB 172 7 42 -
CMYK 0 0.96 0.76 0.33
HSL 347.27º 0.92% 0.35% -
HSV(B) 347.27º 0.96% 0.67% -
XYZ 17.51 9.09 3.02 -
YUV 60.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 172 7 42 0 0.96 0.76 0.33 347.27 0.92 0.35
Hex AC 7 2A 0 60 4C 21 15B 5C 23
Octal 254 7 52 0 140 114 41 533 134 43
Binary 10101100 111 101010 0 1100000 1001100 100001 101011011 1011100 100011

Color Harmonies of #AC072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC072A

Black with #AC072A

Text Example


Text Example

White with #AC072A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC072A; }

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

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

background-color css

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

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

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

border-color css

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

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

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