Html Css Color HEX #AC011E Carmine

📋 copy color: '#AC011E'

red 172 ◦ green 1 ◦ blue 30

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

Shades of Carmine #AC011E

Tints of Carmine #AC011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.78%

R = 84.73%
G = 0.49%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC011E (or 0xAC011E) is known color: Carmine. HEX triplet: AC, 01 and 1E. RGB value is (172,1,30). Sum of RGB (Red+Green+Blue) = 172+1+30=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC011E is #53FEE1. Grayscale: #373737. Windows color (decimal): -5504738 or 1966508. OLE color: 1966508.

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

Color convert

RGB 172 1 30 -
CMYK 0 0.99 0.83 0.33
HSL 349.82º 0.99% 0.34% -
HSV(B) 349.82º 0.99% 0.67% -
XYZ 17.26 8.89 2.03 -
YUV 55.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 172 1 30 0 0.99 0.83 0.33 349.82 0.99 0.34
Hex AC 1 1E 0 63 53 21 15E 63 22
Octal 254 1 36 0 143 123 41 536 143 42
Binary 10101100 1 11110 0 1100011 1010011 100001 101011110 1100011 100010

Color Harmonies of #AC011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC011E

Black with #AC011E

Text Example


Text Example

White with #AC011E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC011E; }

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

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

background-color css

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

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

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

border-color css

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

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

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