Html Css Color HEX #A0112B Carmine

📋 copy color: '#A0112B'

red 160 ◦ green 17 ◦ blue 43

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

Shades of Carmine #A0112B

Tints of Carmine #A0112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.55%

R = 72.73%
G = 7.73%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0112B (or 0xA0112B) is known color: Carmine. HEX triplet: A0, 11 and 2B. RGB value is (160,17,43). Sum of RGB (Red+Green+Blue) = 160+17+43=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A0112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0112B is #5FEED4. Grayscale: #3E3E3E. Windows color (decimal): -6287061 or 2822560. OLE color: 2822560.

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

Color convert

RGB 160 17 43 -
CMYK 0 0.89 0.73 0.37
HSL 349.09º 0.81% 0.35% -
HSV(B) 349.09º 0.89% 0.63% -
XYZ 15.13 8.05 3.04 -
YUV 62.72 116.88 197.39 -
System Red Green Blue C M Y K H S L
Decimal 160 17 43 0 0.89 0.73 0.37 349.09 0.81 0.35
Hex A0 11 2B 0 59 49 25 15D 51 23
Octal 240 21 53 0 131 111 45 535 121 43
Binary 10100000 10001 101011 0 1011001 1001001 100101 101011101 1010001 100011

Color Harmonies of #A0112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0112B

Black with #A0112B

Text Example


Text Example

White with #A0112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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