#9C0B1B

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

Shades of Carmine #9C0B1B

Tints of Carmine #9C0B1B

Color information

#9C0B1B (or 0x9C0B1B) is unknown color: approx Carmine. HEX triplet: 9C, 0B and 1B. RGB value is (156,11,27). Sum of RGB (Red+Green+Blue) = 156+11+27=194 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80.41% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0B1B is #63F4E4. Grayscale: #383838. Windows color (decimal): -6550757 or 1772444. OLE color: 1772444.

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

Color convert

RGB1561127-
CMYK00.930.830.39
HSL353.38º86.83%32.75%-
HSV(B)353.38º92.95%61.18%-
XYZ14.037.391.72-
YUV56.18111.54199.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 80.41%
GREEN value IS 11 (4.69% from 255) = 5.67%
BLUE value IS 27 (10.94% from 255) = 13.92%
R=80.41%
G=5.67%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156112700.930.830.39353.3886.8332.75
Hex9CB1B05D53271615721
Octal234133301351234754112741
Binary100111001011110110101110110100111001111011000011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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