Html Css Color HEX #A3112C Carmine

📋 copy color: '#A3112C'

red 163 ◦ green 17 ◦ blue 44

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

Shades of Carmine #A3112C

Tints of Carmine #A3112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.64%

R = 72.77%
G = 7.59%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A3112C (or 0xA3112C) is known color: Carmine. HEX triplet: A3, 11 and 2C. RGB value is (163,17,44). Sum of RGB (Red+Green+Blue) = 163+17+44=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A3112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3112C is #5CEED3. Grayscale: #3F3F3F. Windows color (decimal): -6090452 or 2888099. OLE color: 2888099.

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

Color convert

RGB 163 17 44 -
CMYK 0 0.90 0.73 0.36
HSL 348.9º 0.81% 0.35% -
HSV(B) 348.9º 0.9% 0.64% -
XYZ 15.76 8.37 3.17 -
YUV 63.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 163 17 44 0 0.90 0.73 0.36 348.9 0.81 0.35
Hex A3 11 2C 0 5A 49 24 15D 51 23
Octal 243 21 54 0 132 111 44 535 121 43
Binary 10100011 10001 101100 0 1011010 1001001 100100 101011101 1010001 100011

Color Harmonies of #A3112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3112C

Black with #A3112C

Text Example


Text Example

White with #A3112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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