Html Css Color HEX #A1171C Carmine

📋 copy color: '#A1171C'

red 161 ◦ green 23 ◦ blue 28

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

Shades of Carmine #A1171C

Tints of Carmine #A1171C

RGB

 RED value IS 161 (63.28% from 255) = 75.94%

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

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

R = 75.94%
G = 10.85%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1171C (or 0xA1171C) is known color: Carmine. HEX triplet: A1, 17 and 1C. RGB value is (161,23,28). Sum of RGB (Red+Green+Blue) = 161+23+28=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A1171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1171C is #5EE8E3. Grayscale: #404040. Windows color (decimal): -6220004 or 1841057. OLE color: 1841057.

HSL color Cylindrical-coordinate representation of color #A1171C: hue angle of 357.83º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1171C is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 23 28 -
CMYK 0 0.86 0.83 0.37
HSL 357.83º 0.75% 0.36% -
HSV(B) 357.83º 0.86% 0.63% -
XYZ 15.21 8.27 1.89 -
YUV 64.83 107.22 196.59 -
System Red Green Blue C M Y K H S L
Decimal 161 23 28 0 0.86 0.83 0.37 357.83 0.75 0.36
Hex A1 17 1C 0 56 53 25 166 4B 24
Octal 241 27 34 0 126 123 45 546 113 44
Binary 10100001 10111 11100 0 1010110 1010011 100101 101100110 1001011 100100

Color Harmonies of #A1171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1171C

Black with #A1171C

Text Example


Text Example

White with #A1171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1171C; }

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

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

background-color css

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

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

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

border-color css

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

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

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