#9B0513

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

Shades of Carmine #9B0513

Tints of Carmine #9B0513

Color information

#9B0513 (or 0x9B0513) is unknown color: approx Carmine. HEX triplet: 9B, 05 and 13. RGB value is (155,5,19). Sum of RGB (Red+Green+Blue) = 155+5+19=179 (23% of max value = 765). Red value is 155 (60.94% from 255 or 86.59% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0513 is #64FAEC. Grayscale: #333333. Windows color (decimal): -6617837 or 1246619. OLE color: 1246619.

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

Color convert

RGB155519-
CMYK00.970.880.39
HSL354.4º93.75%31.37%-
HSV(B)354.4º96.77%60.78%-
XYZ13.697.121.27-
YUV51.45109.7201.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 86.59%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 19 (7.81% from 255) = 10.61%
R=86.59%
G=2.79%
B=10.61%

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
Decimal15551900.970.880.39354.493.7531.37
Hex9B51306158271625e1f
Octal23352301411304754213637
Binary1001101110110011011000011011000100111101100010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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