Html Css Color HEX #A8171B Carmine

📋 copy color: '#A8171B'

red 168 ◦ green 23 ◦ blue 27

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

Shades of Carmine #A8171B

Tints of Carmine #A8171B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

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

R = 77.06%
G = 10.55%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A8171B (or 0xA8171B) is known color: Carmine. HEX triplet: A8, 17 and 1B. RGB value is (168,23,27). Sum of RGB (Red+Green+Blue) = 168+23+27=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A8171B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8171B is #57E8E4. Grayscale: #424242. Windows color (decimal): -5761253 or 1775528. OLE color: 1775528.

HSL color Cylindrical-coordinate representation of color #A8171B: hue angle of 358.34º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8171B is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 27 -
CMYK 0 0.86 0.84 0.34
HSL 358.34º 0.76% 0.37% -
HSV(B) 358.34º 0.86% 0.66% -
XYZ 16.65 9.02 1.9 -
YUV 66.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 168 23 27 0 0.86 0.84 0.34 358.34 0.76 0.37
Hex A8 17 1B 0 56 54 22 166 4C 25
Octal 250 27 33 0 126 124 42 546 114 45
Binary 10101000 10111 11011 0 1010110 1010100 100010 101100110 1001100 100101

Color Harmonies of #A8171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8171B

Black with #A8171B

Text Example


Text Example

White with #A8171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8171B; }

 p { color: rgb(168,23,27); }

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

background-color css

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

 a { background-color: rgb(168,23,27); }

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

border-color css

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

 span { border-color: rgb(168,23,27); }

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