Html Css Color HEX #A8112D Carmine

📋 copy color: '#A8112D'

red 168 ◦ green 17 ◦ blue 45

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

Shades of Carmine #A8112D

Tints of Carmine #A8112D

RGB

 RED value IS 168 (66.02% from 255) = 73.04%

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

 BLUE value IS 45 (17.97% from 255) = 19.57%

R = 73.04%
G = 7.39%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8112D (or 0xA8112D) is known color: Carmine. HEX triplet: A8, 11 and 2D. RGB value is (168,17,45). Sum of RGB (Red+Green+Blue) = 168+17+45=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A8112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8112D is #57EED2. Grayscale: #414141. Windows color (decimal): -5762771 or 2953640. OLE color: 2953640.

HSL color Cylindrical-coordinate representation of color #A8112D: hue angle of 348.87º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8112D is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 45 -
CMYK 0 0.90 0.73 0.34
HSL 348.87º 0.82% 0.36% -
HSV(B) 348.87º 0.9% 0.66% -
XYZ 16.82 8.92 3.32 -
YUV 65.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 168 17 45 0 0.90 0.73 0.34 348.87 0.82 0.36
Hex A8 11 2D 0 5A 49 22 15D 52 24
Octal 250 21 55 0 132 111 42 535 122 44
Binary 10101000 10001 101101 0 1011010 1001001 100010 101011101 1010010 100100

Color Harmonies of #A8112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8112D

Black with #A8112D

Text Example


Text Example

White with #A8112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8112D; }

 p { color: rgb(168,17,45); }

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

background-color css

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

 a { background-color: rgb(168,17,45); }

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

border-color css

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

 span { border-color: rgb(168,17,45); }

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