Html Css Color HEX #9C112E Carmine

📋 copy color: '#9C112E'

red 156 ◦ green 17 ◦ blue 46

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

Shades of Carmine #9C112E

Tints of Carmine #9C112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21%

R = 71.23%
G = 7.76%
B = 21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#9C112E (or 0x9C112E) is known color: Carmine. HEX triplet: 9C, 11 and 2E. RGB value is (156,17,46). Sum of RGB (Red+Green+Blue) = 156+17+46=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C112E is #63EED1. Grayscale: #3D3D3D. Windows color (decimal): -6549202 or 3019164. OLE color: 3019164.

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

Color convert

RGB 156 17 46 -
CMYK 0 0.89 0.71 0.39
HSL 347.48º 0.8% 0.34% -
HSV(B) 347.48º 0.89% 0.61% -
XYZ 14.4 7.67 3.31 -
YUV 61.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 156 17 46 0 0.89 0.71 0.39 347.48 0.8 0.34
Hex 9C 11 2E 0 59 47 27 15B 50 22
Octal 234 21 56 0 131 107 47 533 120 42
Binary 10011100 10001 101110 0 1011001 1000111 100111 101011011 1010000 100010

Color Harmonies of #9C112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C112E

Black with #9C112E

Text Example


Text Example

White with #9C112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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