Html Css Color HEX #AC131B Carmine

📋 copy color: '#AC131B'

red 172 ◦ green 19 ◦ blue 27

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

Shades of Carmine #AC131B

Tints of Carmine #AC131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

 BLUE value IS 27 (10.94% from 255) = 12.39%

R = 78.9%
G = 8.72%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC131B (or 0xAC131B) is known color: Carmine. HEX triplet: AC, 13 and 1B. RGB value is (172,19,27). Sum of RGB (Red+Green+Blue) = 172+19+27=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC131B is #53ECE4. Grayscale: #414141. Windows color (decimal): -5500133 or 1774508. OLE color: 1774508.

HSL color Cylindrical-coordinate representation of color #AC131B: hue angle of 356.86º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC131B is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 27 -
CMYK 0 0.89 0.84 0.33
HSL 356.86º 0.8% 0.37% -
HSV(B) 356.86º 0.89% 0.67% -
XYZ 17.44 9.32 1.92 -
YUV 65.66 106.19 203.85 -
System Red Green Blue C M Y K H S L
Decimal 172 19 27 0 0.89 0.84 0.33 356.86 0.8 0.37
Hex AC 13 1B 0 59 54 21 165 50 25
Octal 254 23 33 0 131 124 41 545 120 45
Binary 10101100 10011 11011 0 1011001 1010100 100001 101100101 1010000 100101

Color Harmonies of #AC131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC131B

Black with #AC131B

Text Example


Text Example

White with #AC131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC131B; }

 p { color: rgb(172,19,27); }

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

background-color css

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

 a { background-color: rgb(172,19,27); }

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

border-color css

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

 span { border-color: rgb(172,19,27); }

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