Html Css Color HEX #AC0129 Carmine

📋 copy color: '#AC0129'

red 172 ◦ green 1 ◦ blue 41

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

Shades of Carmine #AC0129

Tints of Carmine #AC0129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.16%

R = 80.37%
G = 0.47%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC0129 (or 0xAC0129) is known color: Carmine. HEX triplet: AC, 01 and 29. RGB value is (172,1,41). Sum of RGB (Red+Green+Blue) = 172+1+41=214 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.37% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0129 is #53FED6. Grayscale: #383838. Windows color (decimal): -5504727 or 2687404. OLE color: 2687404.

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

Color convert

RGB 172 1 41 -
CMYK 0 0.99 0.76 0.33
HSL 345.96º 0.99% 0.34% -
HSV(B) 345.96º 0.99% 0.67% -
XYZ 17.42 8.95 2.91 -
YUV 56.69 119.15 210.25 -
System Red Green Blue C M Y K H S L
Decimal 172 1 41 0 0.99 0.76 0.33 345.96 0.99 0.34
Hex AC 1 29 0 63 4C 21 15A 63 22
Octal 254 1 51 0 143 114 41 532 143 42
Binary 10101100 1 101001 0 1100011 1001100 100001 101011010 1100011 100010

Color Harmonies of #AC0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0129

Black with #AC0129

Text Example


Text Example

White with #AC0129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0129; }

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

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

background-color css

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

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

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

border-color css

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

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

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