#9B0012

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

Shades of Carmine #9B0012

Tints of Carmine #9B0012

Color information

#9B0012 (or 0x9B0012) is unknown color: approx Carmine. HEX triplet: 9B, 00 and 12. RGB value is (155,0,18). Sum of RGB (Red+Green+Blue) = 155+0+18=173 (22% of max value = 765). Red value is 155 (60.94% from 255 or 89.60% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0012 is #64FFED. Grayscale: #303030. Windows color (decimal): -6619118 or 1179803. OLE color: 1179803.

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

Color convert

RGB155018-
CMYK010.880.39
HSL353.03º100%30.39%-
HSV(B)353.03º100%60.78%-
XYZ13.637.011.21-
YUV48.4110.85204.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 89.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=89.60%
G=0%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155018010.880.39353.0310030.39
Hex9B0120645827161641e
Octal23302201441304754114436
Binary10011011010010011001001011000100111101100001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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