Html Css Color HEX #AC032B Carmine

📋 copy color: '#AC032B'

red 172 ◦ green 3 ◦ blue 43

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

Shades of Carmine #AC032B

Tints of Carmine #AC032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 78.9%
G = 1.38%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC032B (or 0xAC032B) is known color: Carmine. HEX triplet: AC, 03 and 2B. RGB value is (172,3,43). Sum of RGB (Red+Green+Blue) = 172+3+43=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC032B is #53FCD4. Grayscale: #3A3A3A. Windows color (decimal): -5504213 or 2818988. OLE color: 2818988.

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

Color convert

RGB 172 3 43 -
CMYK 0 0.98 0.75 0.33
HSL 345.8º 0.97% 0.34% -
HSV(B) 345.8º 0.98% 0.67% -
XYZ 17.48 9.01 3.1 -
YUV 58.09 119.49 209.25 -
System Red Green Blue C M Y K H S L
Decimal 172 3 43 0 0.98 0.75 0.33 345.8 0.97 0.34
Hex AC 3 2B 0 62 4B 21 15A 61 22
Octal 254 3 53 0 142 113 41 532 141 42
Binary 10101100 11 101011 0 1100010 1001011 100001 101011010 1100001 100010

Color Harmonies of #AC032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC032B

Black with #AC032B

Text Example


Text Example

White with #AC032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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