#9B0B1A

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

Shades of Carmine #9B0B1A

Tints of Carmine #9B0B1A

Color information

#9B0B1A (or 0x9B0B1A) is unknown color: approx Carmine. HEX triplet: 9B, 0B and 1A. RGB value is (155,11,26). Sum of RGB (Red+Green+Blue) = 155+11+26=192 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.73% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0B1A is #64F4E5. Grayscale: #373737. Windows color (decimal): -6616294 or 1706907. OLE color: 1706907.

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

Color convert

RGB1551126-
CMYK00.930.830.39
HSL353.75º86.75%32.55%-
HSV(B)353.75º92.9%60.78%-
XYZ13.827.281.65-
YUV55.77111.21198.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 80.73%
GREEN value IS 11 (4.69% from 255) = 5.73%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=80.73%
G=5.73%
B=13.54%

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
Decimal155112600.930.830.39353.7586.7532.55
Hex9BB1A05D53271625721
Octal233133201351234754212741
Binary100110111011110100101110110100111001111011000101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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