Html Css Color HEX #A7111B Carmine

📋 copy color: '#A7111B'

red 167 ◦ green 17 ◦ blue 27

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

Shades of Carmine #A7111B

Tints of Carmine #A7111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.8%

R = 79.15%
G = 8.06%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7111B (or 0xA7111B) is known color: Carmine. HEX triplet: A7, 11 and 1B. RGB value is (167,17,27). Sum of RGB (Red+Green+Blue) = 167+17+27=211 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.15% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 167 - color contains mainly: red. Hex color #A7111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7111B is #58EEE4. Grayscale: #3F3F3F. Windows color (decimal): -5828325 or 1773991. OLE color: 1773991.

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

Color convert

RGB 167 17 27 -
CMYK 0 0.90 0.84 0.35
HSL 356º 0.82% 0.36% -
HSV(B) 356º 0.9% 0.65% -
XYZ 16.33 8.7 1.85 -
YUV 62.99 107.7 202.19 -
System Red Green Blue C M Y K H S L
Decimal 167 17 27 0 0.90 0.84 0.35 356 0.82 0.36
Hex A7 11 1B 0 5A 54 23 164 52 24
Octal 247 21 33 0 132 124 43 544 122 44
Binary 10100111 10001 11011 0 1011010 1010100 100011 101100100 1010010 100100

Color Harmonies of #A7111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7111B

Black with #A7111B

Text Example


Text Example

White with #A7111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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