Html Css Color HEX #9C112B Carmine

📋 copy color: '#9C112B'

red 156 ◦ green 17 ◦ blue 43

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

Shades of Carmine #9C112B

Tints of Carmine #9C112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.91%

R = 72.22%
G = 7.87%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C112B (or 0x9C112B) is known color: Carmine. HEX triplet: 9C, 11 and 2B. RGB value is (156,17,43). Sum of RGB (Red+Green+Blue) = 156+17+43=216 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.22% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 156 - color contains mainly: red. Hex color #9C112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C112B is #63EED4. Grayscale: #3D3D3D. Windows color (decimal): -6549205 or 2822556. OLE color: 2822556.

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

Color convert

RGB 156 17 43 -
CMYK 0 0.89 0.72 0.39
HSL 348.78º 0.8% 0.34% -
HSV(B) 348.78º 0.89% 0.61% -
XYZ 14.35 7.64 3 -
YUV 61.53 117.55 195.39 -
System Red Green Blue C M Y K H S L
Decimal 156 17 43 0 0.89 0.72 0.39 348.78 0.8 0.34
Hex 9C 11 2B 0 59 48 27 15D 50 22
Octal 234 21 53 0 131 110 47 535 120 42
Binary 10011100 10001 101011 0 1011001 1001000 100111 101011101 1010000 100010

Color Harmonies of #9C112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C112B

Black with #9C112B

Text Example


Text Example

White with #9C112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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