Html Css Color HEX #AC032E Carmine

📋 copy color: '#AC032E'

red 172 ◦ green 3 ◦ blue 46

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

Shades of Carmine #AC032E

Tints of Carmine #AC032E

RGB

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

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

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

R = 77.83%
G = 1.36%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC032E (or 0xAC032E) is known color: Carmine. HEX triplet: AC, 03 and 2E. RGB value is (172,3,46). Sum of RGB (Red+Green+Blue) = 172+3+46=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC032E is #53FCD1. Grayscale: #3A3A3A. Windows color (decimal): -5504210 or 3015596. OLE color: 3015596.

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

Color convert

RGB 172 3 46 -
CMYK 0 0.98 0.73 0.33
HSL 344.73º 0.97% 0.34% -
HSV(B) 344.73º 0.98% 0.67% -
XYZ 17.54 9.03 3.4 -
YUV 58.43 120.99 209 -
System Red Green Blue C M Y K H S L
Decimal 172 3 46 0 0.98 0.73 0.33 344.73 0.97 0.34
Hex AC 3 2E 0 62 49 21 159 61 22
Octal 254 3 56 0 142 111 41 531 141 42
Binary 10101100 11 101110 0 1100010 1001001 100001 101011001 1100001 100010

Color Harmonies of #AC032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC032E

Black with #AC032E

Text Example


Text Example

White with #AC032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC032E; }

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

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

background-color css

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

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

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

border-color css

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

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

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