#9B061D

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

Shades of Carmine #9B061D

Tints of Carmine #9B061D

Color information

#9B061D (or 0x9B061D) is unknown color: approx Carmine. HEX triplet: 9B, 06 and 1D. RGB value is (155,6,29). Sum of RGB (Red+Green+Blue) = 155+6+29=190 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.58% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 155 - color contains mainly: red. Hex color #9B061D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B061D is #64F9E2. Grayscale: #353535. Windows color (decimal): -6617571 or 1902235. OLE color: 1902235.

HSL color Cylindrical-coordinate representation of color #9B061D: hue angle of 350.74º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B061D is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB155629-
CMYK00.960.810.39
HSL350.74º92.55%31.57%-
HSV(B)350.74º96.13%60.78%-
XYZ13.87.191.82-
YUV53.17114.36200.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 81.58%
GREEN value IS 6 (2.73% from 255) = 3.16%
BLUE value IS 29 (11.72% from 255) = 15.26%
R=81.58%
G=3.16%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15562900.960.810.39350.7492.5531.57
Hex9B61D060512715f5d20
Octal23363501401214753713540
Binary10011011110111010110000010100011001111010111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,6,29); }

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

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

 a { background-color: rgb(155,6,29); }

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

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

 span { border-color: rgb(155,6,29); }

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