Html Css Color HEX #9C171B Carmine

📋 copy color: '#9C171B'

red 156 ◦ green 23 ◦ blue 27

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

Shades of Carmine #9C171B

Tints of Carmine #9C171B

RGB

 RED value IS 156 (61.33% from 255) = 75.73%

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

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

R = 75.73%
G = 11.17%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C171B (or 0x9C171B) is known color: Carmine. HEX triplet: 9C, 17 and 1B. RGB value is (156,23,27). Sum of RGB (Red+Green+Blue) = 156+23+27=206 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.73% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 156 - color contains mainly: red. Hex color #9C171B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C171B is #63E8E4. Grayscale: #3F3F3F. Windows color (decimal): -6547685 or 1775516. OLE color: 1775516.

HSL color Cylindrical-coordinate representation of color #9C171B: hue angle of 358.2º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C171B is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 23 27 -
CMYK 0 0.85 0.83 0.39
HSL 358.2º 0.74% 0.35% -
HSV(B) 358.2º 0.85% 0.61% -
XYZ 14.21 7.76 1.79 -
YUV 63.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 156 23 27 0 0.85 0.83 0.39 358.2 0.74 0.35
Hex 9C 17 1B 0 55 53 27 166 4A 23
Octal 234 27 33 0 125 123 47 546 112 43
Binary 10011100 10111 11011 0 1010101 1010011 100111 101100110 1001010 100011

Color Harmonies of #9C171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C171B

Black with #9C171B

Text Example


Text Example

White with #9C171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C171B; }

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

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

background-color css

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

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

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

border-color css

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

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

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