Html Css Color HEX #AC072B Carmine

📋 copy color: '#AC072B'

red 172 ◦ green 7 ◦ blue 43

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

Shades of Carmine #AC072B

Tints of Carmine #AC072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.37%

R = 77.48%
G = 3.15%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC072B (or 0xAC072B) is known color: Carmine. HEX triplet: AC, 07 and 2B. RGB value is (172,7,43). Sum of RGB (Red+Green+Blue) = 172+7+43=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC072B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC072B is #53F8D4. Grayscale: #3C3C3C. Windows color (decimal): -5503189 or 2820012. OLE color: 2820012.

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

Color convert

RGB 172 7 43 -
CMYK 0 0.96 0.75 0.33
HSL 346.91º 0.92% 0.35% -
HSV(B) 346.91º 0.96% 0.67% -
XYZ 17.53 9.1 3.12 -
YUV 60.44 118.16 207.57 -
System Red Green Blue C M Y K H S L
Decimal 172 7 43 0 0.96 0.75 0.33 346.91 0.92 0.35
Hex AC 7 2B 0 60 4B 21 15B 5C 23
Octal 254 7 53 0 140 113 41 533 134 43
Binary 10101100 111 101011 0 1100000 1001011 100001 101011011 1011100 100011

Color Harmonies of #AC072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC072B

Black with #AC072B

Text Example


Text Example

White with #AC072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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