#9B101B

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

Shades of Carmine #9B101B

Tints of Carmine #9B101B

Color information

#9B101B (or 0x9B101B) is unknown color: approx Carmine. HEX triplet: 9B, 10 and 1B. RGB value is (155,16,27). Sum of RGB (Red+Green+Blue) = 155+16+27=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B101B is #64EFE4. Grayscale: #3A3A3A. Windows color (decimal): -6615013 or 1773723. OLE color: 1773723.

HSL color Cylindrical-coordinate representation of color #9B101B: hue angle of 355.25º degrees, saturation: 0.81, 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 #9B101B is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB1551627-
CMYK00.900.830.39
HSL355.25º81.29%33.53%-
HSV(B)355.25º89.68%60.78%-
XYZ13.97.421.74-
YUV58.82110.05196.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 78.28%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 27 (10.94% from 255) = 13.64%
R=78.28%
G=8.08%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155162700.900.830.39355.2581.2933.53
Hex9B101B05A53271635122
Octal233203301321234754312142
Binary1001101110000110110101101010100111001111011000111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,16,27); }

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

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

 a { background-color: rgb(155,16,27); }

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

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

 span { border-color: rgb(155,16,27); }

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