Html Css Color HEX #A7111F Carmine

📋 copy color: '#A7111F'

red 167 ◦ green 17 ◦ blue 31

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

Shades of Carmine #A7111F

Tints of Carmine #A7111F

RGB

 RED value IS 167 (65.63% from 255) = 77.67%

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

 BLUE value IS 31 (12.5% from 255) = 14.42%

R = 77.67%
G = 7.91%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A7111F (or 0xA7111F) is known color: Carmine. HEX triplet: A7, 11 and 1F. RGB value is (167,17,31). Sum of RGB (Red+Green+Blue) = 167+17+31=215 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.67% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 167 - color contains mainly: red. Hex color #A7111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7111F is #58EEE0. Grayscale: #3F3F3F. Windows color (decimal): -5828321 or 2036135. OLE color: 2036135.

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

Color convert

RGB 167 17 31 -
CMYK 0 0.90 0.81 0.35
HSL 354.4º 0.82% 0.36% -
HSV(B) 354.4º 0.9% 0.65% -
XYZ 16.38 8.72 2.12 -
YUV 63.45 109.7 201.86 -
System Red Green Blue C M Y K H S L
Decimal 167 17 31 0 0.90 0.81 0.35 354.4 0.82 0.36
Hex A7 11 1F 0 5A 51 23 162 52 24
Octal 247 21 37 0 132 121 43 542 122 44
Binary 10100111 10001 11111 0 1011010 1010001 100011 101100010 1010010 100100

Color Harmonies of #A7111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7111F

Black with #A7111F

Text Example


Text Example

White with #A7111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7111F; }

 p { color: rgb(167,17,31); }

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

background-color css

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

 a { background-color: rgb(167,17,31); }

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

border-color css

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

 span { border-color: rgb(167,17,31); }

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