Html Css Color HEX #9C111C Carmine

📋 copy color: '#9C111C'

red 156 ◦ green 17 ◦ blue 28

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

Shades of Carmine #9C111C

Tints of Carmine #9C111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.46%

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

R = 77.61%
G = 8.46%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9C111C (or 0x9C111C) is known color: Carmine. HEX triplet: 9C, 11 and 1C. RGB value is (156,17,28). Sum of RGB (Red+Green+Blue) = 156+17+28=201 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.61% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 156 - color contains mainly: red. Hex color #9C111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C111C is #63EEE3. Grayscale: #3B3B3B. Windows color (decimal): -6549220 or 1839516. OLE color: 1839516.

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

Color convert

RGB 156 17 28 -
CMYK 0 0.89 0.82 0.39
HSL 355.25º 0.8% 0.34% -
HSV(B) 355.25º 0.89% 0.61% -
XYZ 14.12 7.55 1.81 -
YUV 59.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 156 17 28 0 0.89 0.82 0.39 355.25 0.8 0.34
Hex 9C 11 1C 0 59 52 27 163 50 22
Octal 234 21 34 0 131 122 47 543 120 42
Binary 10011100 10001 11100 0 1011001 1010010 100111 101100011 1010000 100010

Color Harmonies of #9C111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C111C

Black with #9C111C

Text Example


Text Example

White with #9C111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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