Html Css Color HEX #9C191B Carmine

📋 copy color: '#9C191B'

red 156 ◦ green 25 ◦ blue 27

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

Shades of Carmine #9C191B

Tints of Carmine #9C191B

RGB

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

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

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

R = 75%
G = 12.02%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C191B (or 0x9C191B) is known color: Carmine. HEX triplet: 9C, 19 and 1B. RGB value is (156,25,27). Sum of RGB (Red+Green+Blue) = 156+25+27=208 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 156 - color contains mainly: red. Hex color #9C191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C191B is #63E6E4. Grayscale: #404040. Windows color (decimal): -6547173 or 1776028. OLE color: 1776028.

HSL color Cylindrical-coordinate representation of color #9C191B: hue angle of 359.08º 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 #9C191B is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 25 27 -
CMYK 0 0.84 0.83 0.39
HSL 359.08º 0.72% 0.35% -
HSV(B) 359.08º 0.84% 0.61% -
XYZ 14.26 7.84 1.8 -
YUV 64.4 106.9 193.34 -
System Red Green Blue C M Y K H S L
Decimal 156 25 27 0 0.84 0.83 0.39 359.08 0.72 0.35
Hex 9C 19 1B 0 54 53 27 167 48 23
Octal 234 31 33 0 124 123 47 547 110 43
Binary 10011100 11001 11011 0 1010100 1010011 100111 101100111 1001000 100011

Color Harmonies of #9C191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C191B

Black with #9C191B

Text Example


Text Example

White with #9C191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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