Html Css Color HEX #A8171C Carmine

📋 copy color: '#A8171C'

red 168 ◦ green 23 ◦ blue 28

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

Shades of Carmine #A8171C

Tints of Carmine #A8171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 76.71%
G = 10.5%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8171C (or 0xA8171C) is known color: Carmine. HEX triplet: A8, 17 and 1C. RGB value is (168,23,28). Sum of RGB (Red+Green+Blue) = 168+23+28=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A8171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8171C is #57E8E3. Grayscale: #434343. Windows color (decimal): -5761252 or 1841064. OLE color: 1841064.

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

Color convert

RGB 168 23 28 -
CMYK 0 0.86 0.83 0.34
HSL 357.93º 0.76% 0.37% -
HSV(B) 357.93º 0.86% 0.66% -
XYZ 16.66 9.02 1.96 -
YUV 66.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 168 23 28 0 0.86 0.83 0.34 357.93 0.76 0.37
Hex A8 17 1C 0 56 53 22 166 4C 25
Octal 250 27 34 0 126 123 42 546 114 45
Binary 10101000 10111 11100 0 1010110 1010011 100010 101100110 1001100 100101

Color Harmonies of #A8171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8171C

Black with #A8171C

Text Example


Text Example

White with #A8171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8171C; }

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

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

background-color css

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

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

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

border-color css

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

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

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