#9C100F

Color #9C100F Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #9C100F

Tints of Dark Red #9C100F

Color information

#9C100F (or 0x9C100F) is unknown color: approx Dark Red. HEX triplet: 9C, 10 and 0F. RGB value is (156,16,15). Sum of RGB (Red+Green+Blue) = 156+16+15=187 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.42% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 156 - color contains mainly: red. Hex color #9C100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C100F is #63EFF0. Grayscale: #393939. Windows color (decimal): -6549489 or 987292. OLE color: 987292.

HSL color Cylindrical-coordinate representation of color #9C100F: hue angle of 0.43º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C100F is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1561615-
CMYK00.900.900.39
HSL0.43º82.46%33.53%-
HSV(B)0.43º90.38%61.18%-
XYZ13.987.471.16-
YUV57.75103.88198.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 83.42%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=83.42%
G=8.56%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156161500.900.900.390.4382.4633.53
Hex9C10F05A5A2705222
Octal2342017013213247012242
Binary1001110010000111101011010101101010011101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,16,15); }

 H1.HeaderClassName
 {
   color: #9C100F;
 }
 .AnyTagClassName
 {
   color: #9C100F;
 }
</style>
background-color css

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

 a { background-color: rgb(156,16,15); }

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

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

 span { border-color: rgb(156,16,15); }

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