#9C071B

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

Shades of Carmine #9C071B

Tints of Carmine #9C071B

Color information

#9C071B (or 0x9C071B) is unknown color: approx Carmine. HEX triplet: 9C, 07 and 1B. RGB value is (156,7,27). Sum of RGB (Red+Green+Blue) = 156+7+27=190 (25% of max value = 765). Red value is 156 (61.33% from 255 or 82.11% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 156 - color contains mainly: red. Hex color #9C071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C071B is #63F8E4. Grayscale: #353535. Windows color (decimal): -6551781 or 1771420. OLE color: 1771420.

HSL color Cylindrical-coordinate representation of color #9C071B: hue angle of 351.95º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C071B is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB156727-
CMYK00.960.830.39
HSL351.95º91.41%31.96%-
HSV(B)351.95º95.51%61.18%-
XYZ13.987.31.71-
YUV53.83112.86200.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 82.11%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 27 (10.94% from 255) = 14.21%
R=82.11%
G=3.68%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15672700.960.830.39351.9591.4131.96
Hex9C71B06053271605b20
Octal23473301401234754013340
Binary10011100111110110110000010100111001111011000001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,7,27); }

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

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

 a { background-color: rgb(156,7,27); }

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

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

 span { border-color: rgb(156,7,27); }

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