#9B0512

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

Shades of Carmine #9B0512

Tints of Carmine #9B0512

Color information

#9B0512 (or 0x9B0512) is unknown color: approx Carmine. HEX triplet: 9B, 05 and 12. RGB value is (155,5,18). Sum of RGB (Red+Green+Blue) = 155+5+18=178 (23% of max value = 765). Red value is 155 (60.94% from 255 or 87.08% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0512 is #64FAED. Grayscale: #333333. Windows color (decimal): -6617838 or 1181083. OLE color: 1181083.

HSL color Cylindrical-coordinate representation of color #9B0512: hue angle of 354.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0512 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB155518-
CMYK00.970.880.39
HSL354.8º93.75%31.37%-
HSV(B)354.8º96.77%60.78%-
XYZ13.687.121.23-
YUV51.33109.2201.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 87.08%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 18 (7.42% from 255) = 10.11%
R=87.08%
G=2.81%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15551800.970.880.39354.893.7531.37
Hex9B51206158271635e1f
Octal23352201411304754313637
Binary1001101110110010011000011011000100111101100011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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