#9B0033

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

Shades of Carmine #9B0033

Tints of Carmine #9B0033

Color information

#9B0033 (or 0x9B0033) is unknown color: approx Carmine. HEX triplet: 9B, 00 and 33. RGB value is (155,0,51). Sum of RGB (Red+Green+Blue) = 155+0+51=206 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.24% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0033 is #64FFCC. Grayscale: #343434. Windows color (decimal): -6619085 or 3342491. OLE color: 3342491.

HSL color Cylindrical-coordinate representation of color #9B0033: hue angle of 340.26º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B0033 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB155051-
CMYK010.670.39
HSL340.26º100%30.39%-
HSV(B)340.26º100%60.78%-
XYZ14.127.213.78-
YUV52.16127.35201.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 75.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=75.24%
G=0%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155051010.670.39340.2610030.39
Hex9B0330644327154641e
Octal23306301441034752414436
Binary100110110110011011001001000011100111101010100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,0,51); }

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

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

 a { background-color: rgb(155,0,51); }

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

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

 span { border-color: rgb(155,0,51); }

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