#9B0B3B

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

Shades of Carmine #9B0B3B

Tints of Carmine #9B0B3B

Color information

#9B0B3B (or 0x9B0B3B) is unknown color: approx Carmine. HEX triplet: 9B, 0B and 3B. RGB value is (155,11,59). Sum of RGB (Red+Green+Blue) = 155+11+59=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0B3B is #64F4C4. Grayscale: #3B3B3B. Windows color (decimal): -6616261 or 3869595. OLE color: 3869595.

HSL color Cylindrical-coordinate representation of color #9B0B3B: hue angle of 340º 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 #9B0B3B is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB1551159-
CMYK00.930.620.39
HSL340º86.75%32.55%-
HSV(B)340º92.9%60.78%-
XYZ14.437.524.83-
YUV59.53127.71196.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.89%
GREEN value IS 11 (4.69% from 255) = 4.89%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=68.89%
G=4.89%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155115900.930.620.3934086.7532.55
Hex9BB3B05D3E271545721
Octal23313730135764752412741
Binary100110111011111011010111011111101001111010101001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,11,59); }

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

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

 a { background-color: rgb(155,11,59); }

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

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

 span { border-color: rgb(155,11,59); }

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