Html Css Color HEX #A0112E Carmine

📋 copy color: '#A0112E'

red 160 ◦ green 17 ◦ blue 46

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

Shades of Carmine #A0112E

Tints of Carmine #A0112E

RGB

 RED value IS 160 (62.89% from 255) = 71.75%

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

 BLUE value IS 46 (18.36% from 255) = 20.63%

R = 71.75%
G = 7.62%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0112E (or 0xA0112E) is known color: Carmine. HEX triplet: A0, 11 and 2E. RGB value is (160,17,46). Sum of RGB (Red+Green+Blue) = 160+17+46=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A0112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0112E is #5FEED1. Grayscale: #3F3F3F. Windows color (decimal): -6287058 or 3019168. OLE color: 3019168.

HSL color Cylindrical-coordinate representation of color #A0112E: hue angle of 347.83º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0112E is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 17 46 -
CMYK 0 0.89 0.71 0.37
HSL 347.83º 0.81% 0.35% -
HSV(B) 347.83º 0.89% 0.63% -
XYZ 15.19 8.07 3.34 -
YUV 63.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 160 17 46 0 0.89 0.71 0.37 347.83 0.81 0.35
Hex A0 11 2E 0 59 47 25 15C 51 23
Octal 240 21 56 0 131 107 45 534 121 43
Binary 10100000 10001 101110 0 1011001 1000111 100101 101011100 1010001 100011

Color Harmonies of #A0112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0112E

Black with #A0112E

Text Example


Text Example

White with #A0112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0112E; }

 p { color: rgb(160,17,46); }

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

background-color css

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

 a { background-color: rgb(160,17,46); }

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

border-color css

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

 span { border-color: rgb(160,17,46); }

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