Html Css Color HEX #A31112 Carmine

📋 copy color: '#A31112'

red 163 ◦ green 17 ◦ blue 18

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

Shades of Carmine #A31112

Tints of Carmine #A31112

RGB

 RED value IS 163 (64.06% from 255) = 82.32%

 GREEN value IS 17 (7.03% from 255) = 8.59%

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 82.32%
G = 8.59%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A31112 (or 0xA31112) is known color: Carmine. HEX triplet: A3, 11 and 12. RGB value is (163,17,18). Sum of RGB (Red+Green+Blue) = 163+17+18=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A31112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31112 is #5CEEED. Grayscale: #3C3C3C. Windows color (decimal): -6090478 or 1184163. OLE color: 1184163.

HSL color Cylindrical-coordinate representation of color #A31112: hue angle of 359.59º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31112 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 18 -
CMYK 0 0.90 0.89 0.36
HSL 359.59º 0.81% 0.35% -
HSV(B) 359.59º 0.9% 0.64% -
XYZ 15.41 8.23 1.35 -
YUV 60.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 163 17 18 0 0.90 0.89 0.36 359.59 0.81 0.35
Hex A3 11 12 0 5A 59 24 168 51 23
Octal 243 21 22 0 132 131 44 550 121 43
Binary 10100011 10001 10010 0 1011010 1011001 100100 101101000 1010001 100011

Color Harmonies of #A31112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31112

Black with #A31112

Text Example


Text Example

White with #A31112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31112; }

 p { color: rgb(163,17,18); }

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

background-color css

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

 a { background-color: rgb(163,17,18); }

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

border-color css

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

 span { border-color: rgb(163,17,18); }

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