Html Css Color HEX #A8171F Carmine

📋 copy color: '#A8171F'

red 168 ◦ green 23 ◦ blue 31

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

Shades of Carmine #A8171F

Tints of Carmine #A8171F

RGB

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

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

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

R = 75.68%
G = 10.36%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8171F (or 0xA8171F) is known color: Carmine. HEX triplet: A8, 17 and 1F. RGB value is (168,23,31). Sum of RGB (Red+Green+Blue) = 168+23+31=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A8171F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8171F is #57E8E0. Grayscale: #434343. Windows color (decimal): -5761249 or 2037672. OLE color: 2037672.

HSL color Cylindrical-coordinate representation of color #A8171F: hue angle of 356.69º 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 #A8171F is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 31 -
CMYK 0 0.86 0.82 0.34
HSL 356.69º 0.76% 0.37% -
HSV(B) 356.69º 0.86% 0.66% -
XYZ 16.7 9.04 2.16 -
YUV 67.27 107.54 199.85 -
System Red Green Blue C M Y K H S L
Decimal 168 23 31 0 0.86 0.82 0.34 356.69 0.76 0.37
Hex A8 17 1F 0 56 52 22 165 4C 25
Octal 250 27 37 0 126 122 42 545 114 45
Binary 10101000 10111 11111 0 1010110 1010010 100010 101100101 1001100 100101

Color Harmonies of #A8171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8171F

Black with #A8171F

Text Example


Text Example

White with #A8171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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