Html Css Color HEX #AC131F Carmine

📋 copy color: '#AC131F'

red 172 ◦ green 19 ◦ blue 31

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

Shades of Carmine #AC131F

Tints of Carmine #AC131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.96%

R = 77.48%
G = 8.56%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC131F (or 0xAC131F) is known color: Carmine. HEX triplet: AC, 13 and 1F. RGB value is (172,19,31). Sum of RGB (Red+Green+Blue) = 172+19+31=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC131F is #53ECE0. Grayscale: #424242. Windows color (decimal): -5500129 or 2036652. OLE color: 2036652.

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

Color convert

RGB 172 19 31 -
CMYK 0 0.89 0.82 0.33
HSL 355.29º 0.8% 0.37% -
HSV(B) 355.29º 0.89% 0.67% -
XYZ 17.49 9.34 2.18 -
YUV 66.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 172 19 31 0 0.89 0.82 0.33 355.29 0.8 0.37
Hex AC 13 1F 0 59 52 21 163 50 25
Octal 254 23 37 0 131 122 41 543 120 45
Binary 10101100 10011 11111 0 1011001 1010010 100001 101100011 1010000 100101

Color Harmonies of #AC131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC131F

Black with #AC131F

Text Example


Text Example

White with #AC131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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