Html Css Color HEX #9C0112 Carmine

📋 copy color: '#9C0112'

red 156 ◦ green 1 ◦ blue 18

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

Shades of Carmine #9C0112

Tints of Carmine #9C0112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 18 (7.42% from 255) = 10.29%

R = 89.14%
G = 0.57%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9C0112 (or 0x9C0112) is known color: Carmine. HEX triplet: 9C, 01 and 12. RGB value is (156,1,18). Sum of RGB (Red+Green+Blue) = 156+1+18=175 (23% of max value = 765). Red value is 156 (61.33% from 255 or 89.14% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0112 is #63FEED. Grayscale: #313131. Windows color (decimal): -6553326 or 1180060. OLE color: 1180060.

HSL color Cylindrical-coordinate representation of color #9C0112: hue angle of 353.42º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0112 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 1 18 -
CMYK 0 0.99 0.88 0.39
HSL 353.42º 0.99% 0.31% -
HSV(B) 353.42º 0.99% 0.61% -
XYZ 13.83 7.13 1.22 -
YUV 49.28 110.35 204.12 -
System Red Green Blue C M Y K H S L
Decimal 156 1 18 0 0.99 0.88 0.39 353.42 0.99 0.31
Hex 9C 1 12 0 63 58 27 161 63 1F
Octal 234 1 22 0 143 130 47 541 143 37
Binary 10011100 1 10010 0 1100011 1011000 100111 101100001 1100011 11111

Color Harmonies of #9C0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0112

Black with #9C0112

Text Example


Text Example

White with #9C0112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,1,18); }

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

background-color css

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

 a { background-color: rgb(156,1,18); }

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

border-color css

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

 span { border-color: rgb(156,1,18); }

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