#9B0B23

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

Shades of Carmine #9B0B23

Tints of Carmine #9B0B23

Color information

#9B0B23 (or 0x9B0B23) is unknown color: approx Carmine. HEX triplet: 9B, 0B and 23. RGB value is (155,11,35). Sum of RGB (Red+Green+Blue) = 155+11+35=201 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.11% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0B23 is #64F4DC. Grayscale: #383838. Windows color (decimal): -6616285 or 2296731. OLE color: 2296731.

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

Color convert

RGB1551135-
CMYK00.930.770.39
HSL350º86.75%32.55%-
HSV(B)350º92.9%60.78%-
XYZ13.947.332.27-
YUV56.79115.71198.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.11%
GREEN value IS 11 (4.69% from 255) = 5.47%
BLUE value IS 35 (14.06% from 255) = 17.41%
R=77.11%
G=5.47%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155113500.930.770.3935086.7532.55
Hex9BB2305D4D2715e5721
Octal233134301351154753612741
Binary1001101110111000110101110110011011001111010111101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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