#9c141f

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

Shades of Carmine #9C141F

Tints of Carmine #9C141F

Color information

#9C141F (or 0x9C141F) is unknown color: approx Carmine. HEX triplet: 9C, 14 and 1F. RGB value is (156,20,31). Sum of RGB (Red+Green+Blue) = 156+20+31=207 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.36% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 156 - color contains mainly: red. Hex color #9C141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C141F is #63EBE0. Grayscale: #3E3E3E. Windows color (decimal): -6548449 or 2036892. OLE color: 2036892.

HSL color Cylindrical-coordinate representation of color #9C141F: hue angle of 355.15º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C141F is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB1562031-
CMYK00.870.800.39
HSL355.15º77.27%34.51%-
HSV(B)355.15º87.18%61.18%-
XYZ14.217.672.03-
YUV61.92110.56195.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 75.36%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 31 (12.5% from 255) = 14.98%
R=75.36%
G=9.66%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156203100.870.800.39355.1577.2734.51
Hex9C141F05750271634d23
Octal234243701271204754311543
Binary1001110010100111110101011110100001001111011000111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c141f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,20,31); }

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

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

 a { background-color: rgb(156,20,31); }

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

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

 span { border-color: rgb(156,20,31); }

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