Html Css Color HEX #A31120 Carmine

📋 copy color: '#A31120'

red 163 ◦ green 17 ◦ blue 32

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

Shades of Carmine #A31120

Tints of Carmine #A31120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.09%

R = 76.89%
G = 8.02%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A31120 (or 0xA31120) is known color: Carmine. HEX triplet: A3, 11 and 20. RGB value is (163,17,32). Sum of RGB (Red+Green+Blue) = 163+17+32=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A31120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31120 is #5CEEDF. Grayscale: #3E3E3E. Windows color (decimal): -6090464 or 2101667. OLE color: 2101667.

HSL color Cylindrical-coordinate representation of color #A31120: hue angle of 353.84º 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 #A31120 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 32 -
CMYK 0 0.90 0.80 0.36
HSL 353.84º 0.81% 0.35% -
HSV(B) 353.84º 0.9% 0.64% -
XYZ 15.57 8.29 2.15 -
YUV 62.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 163 17 32 0 0.90 0.80 0.36 353.84 0.81 0.35
Hex A3 11 20 0 5A 50 24 162 51 23
Octal 243 21 40 0 132 120 44 542 121 43
Binary 10100011 10001 100000 0 1011010 1010000 100100 101100010 1010001 100011

Color Harmonies of #A31120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31120

Black with #A31120

Text Example


Text Example

White with #A31120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31120; }

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

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

background-color css

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

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

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

border-color css

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

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

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