Html Css Color HEX #9C191C Carmine

📋 copy color: '#9C191C'

red 156 ◦ green 25 ◦ blue 28

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

Shades of Carmine #9C191C

Tints of Carmine #9C191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

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

R = 74.64%
G = 11.96%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9C191C (or 0x9C191C) is known color: Carmine. HEX triplet: 9C, 19 and 1C. RGB value is (156,25,28). Sum of RGB (Red+Green+Blue) = 156+25+28=209 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.64% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 156 - color contains mainly: red. Hex color #9C191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C191C is #63E6E3. Grayscale: #404040. Windows color (decimal): -6547172 or 1841564. OLE color: 1841564.

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

Color convert

RGB 156 25 28 -
CMYK 0 0.84 0.82 0.39
HSL 358.63º 0.72% 0.35% -
HSV(B) 358.63º 0.84% 0.61% -
XYZ 14.27 7.85 1.86 -
YUV 64.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 156 25 28 0 0.84 0.82 0.39 358.63 0.72 0.35
Hex 9C 19 1C 0 54 52 27 167 48 23
Octal 234 31 34 0 124 122 47 547 110 43
Binary 10011100 11001 11100 0 1010100 1010010 100111 101100111 1001000 100011

Color Harmonies of #9C191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C191C

Black with #9C191C

Text Example


Text Example

White with #9C191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,25,28); }

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

background-color css

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

 a { background-color: rgb(156,25,28); }

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

border-color css

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

 span { border-color: rgb(156,25,28); }

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