Html Css Color HEX #AC012E Carmine

📋 copy color: '#AC012E'

red 172 ◦ green 1 ◦ blue 46

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

Shades of Carmine #AC012E

Tints of Carmine #AC012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 78.54%
G = 0.46%
B = 21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC012E (or 0xAC012E) is known color: Carmine. HEX triplet: AC, 01 and 2E. RGB value is (172,1,46). Sum of RGB (Red+Green+Blue) = 172+1+46=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC012E is #53FED1. Grayscale: #393939. Windows color (decimal): -5504722 or 3015084. OLE color: 3015084.

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

Color convert

RGB 172 1 46 -
CMYK 0 0.99 0.73 0.33
HSL 344.21º 0.99% 0.34% -
HSV(B) 344.21º 0.99% 0.67% -
XYZ 17.52 8.99 3.4 -
YUV 57.26 121.65 209.84 -
System Red Green Blue C M Y K H S L
Decimal 172 1 46 0 0.99 0.73 0.33 344.21 0.99 0.34
Hex AC 1 2E 0 63 49 21 158 63 22
Octal 254 1 56 0 143 111 41 530 143 42
Binary 10101100 1 101110 0 1100011 1001001 100001 101011000 1100011 100010

Color Harmonies of #AC012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC012E

Black with #AC012E

Text Example


Text Example

White with #AC012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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