Html Css Color HEX #9C112A Carmine

📋 copy color: '#9C112A'

red 156 ◦ green 17 ◦ blue 42

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

Shades of Carmine #9C112A

Tints of Carmine #9C112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.53%

R = 72.56%
G = 7.91%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9C112A (or 0x9C112A) is known color: Carmine. HEX triplet: 9C, 11 and 2A. RGB value is (156,17,42). Sum of RGB (Red+Green+Blue) = 156+17+42=215 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.56% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 156 - color contains mainly: red. Hex color #9C112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C112A is #63EED5. Grayscale: #3D3D3D. Windows color (decimal): -6549206 or 2757020. OLE color: 2757020.

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

Color convert

RGB 156 17 42 -
CMYK 0 0.89 0.73 0.39
HSL 349.21º 0.8% 0.34% -
HSV(B) 349.21º 0.89% 0.61% -
XYZ 14.33 7.64 2.91 -
YUV 61.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 156 17 42 0 0.89 0.73 0.39 349.21 0.8 0.34
Hex 9C 11 2A 0 59 49 27 15D 50 22
Octal 234 21 52 0 131 111 47 535 120 42
Binary 10011100 10001 101010 0 1011001 1001001 100111 101011101 1010000 100010

Color Harmonies of #9C112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C112A

Black with #9C112A

Text Example


Text Example

White with #9C112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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