#9B0D2B

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

Shades of Carmine #9B0D2B

Tints of Carmine #9B0D2B

Color information

#9B0D2B (or 0x9B0D2B) is unknown color: approx Carmine. HEX triplet: 9B, 0D and 2B. RGB value is (155,13,43). Sum of RGB (Red+Green+Blue) = 155+13+43=211 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.46% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0D2B is #64F2D4. Grayscale: #3A3A3A. Windows color (decimal): -6615765 or 2821531. OLE color: 2821531.

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

Color convert

RGB1551343-
CMYK00.920.720.39
HSL347.32º84.52%32.94%-
HSV(B)347.32º91.61%60.78%-
XYZ14.17.432.98-
YUV58.88119.04196.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.46%
GREEN value IS 13 (5.47% from 255) = 6.16%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=73.46%
G=6.16%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155134300.920.720.39347.3284.5232.94
Hex9BD2B05C482715b5521
Octal233155301341104753312541
Binary1001101111011010110101110010010001001111010110111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,13,43); }

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

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

 a { background-color: rgb(155,13,43); }

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

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

 span { border-color: rgb(155,13,43); }

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