Html Css Color HEX #AC0131 Carmine

📋 copy color: '#AC0131'

red 172 ◦ green 1 ◦ blue 49

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

Shades of Carmine #AC0131

Tints of Carmine #AC0131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.07%

R = 77.48%
G = 0.45%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC0131 (or 0xAC0131) is known color: Carmine. HEX triplet: AC, 01 and 31. RGB value is (172,1,49). Sum of RGB (Red+Green+Blue) = 172+1+49=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0131 is #53FECE. Grayscale: #393939. Windows color (decimal): -5504719 or 3211692. OLE color: 3211692.

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

Color convert

RGB 172 1 49 -
CMYK 0 0.99 0.72 0.33
HSL 343.16º 0.99% 0.34% -
HSV(B) 343.16º 0.99% 0.67% -
XYZ 17.58 9.01 3.72 -
YUV 57.6 123.15 209.6 -
System Red Green Blue C M Y K H S L
Decimal 172 1 49 0 0.99 0.72 0.33 343.16 0.99 0.34
Hex AC 1 31 0 63 48 21 157 63 22
Octal 254 1 61 0 143 110 41 527 143 42
Binary 10101100 1 110001 0 1100011 1001000 100001 101010111 1100011 100010

Color Harmonies of #AC0131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0131

Black with #AC0131

Text Example


Text Example

White with #AC0131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0131; }

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

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

background-color css

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

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

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

border-color css

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

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

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