Html Css Color HEX #9D112C Carmine

📋 copy color: '#9D112C'

red 157 ◦ green 17 ◦ blue 44

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

Shades of Carmine #9D112C

Tints of Carmine #9D112C

RGB

 RED value IS 157 (61.72% from 255) = 72.02%

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

 BLUE value IS 44 (17.58% from 255) = 20.18%

R = 72.02%
G = 7.8%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9D112C (or 0x9D112C) is known color: Carmine. HEX triplet: 9D, 11 and 2C. RGB value is (157,17,44). Sum of RGB (Red+Green+Blue) = 157+17+44=218 (28% of max value = 765). Red value is 157 (61.72% from 255 or 72.02% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 157 - color contains mainly: red. Hex color #9D112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D112C is #62EED3. Grayscale: #3D3D3D. Windows color (decimal): -6483668 or 2888093. OLE color: 2888093.

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

Color convert

RGB 157 17 44 -
CMYK 0 0.89 0.72 0.38
HSL 348.43º 0.8% 0.34% -
HSV(B) 348.43º 0.89% 0.62% -
XYZ 14.56 7.75 3.11 -
YUV 61.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 157 17 44 0 0.89 0.72 0.38 348.43 0.8 0.34
Hex 9D 11 2C 0 59 48 26 15C 50 22
Octal 235 21 54 0 131 110 46 534 120 42
Binary 10011101 10001 101100 0 1011001 1001000 100110 101011100 1010000 100010

Color Harmonies of #9D112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D112C

Black with #9D112C

Text Example


Text Example

White with #9D112C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,17,44); }

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

background-color css

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

 a { background-color: rgb(157,17,44); }

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

border-color css

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

 span { border-color: rgb(157,17,44); }

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