#9B061E

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

Shades of Carmine #9B061E

Tints of Carmine #9B061E

Color information

#9B061E (or 0x9B061E) is unknown color: approx Carmine. HEX triplet: 9B, 06 and 1E. RGB value is (155,6,30). Sum of RGB (Red+Green+Blue) = 155+6+30=191 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.15% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 155 - color contains mainly: red. Hex color #9B061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B061E is #64F9E1. Grayscale: #353535. Windows color (decimal): -6617570 or 1967771. OLE color: 1967771.

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

Color convert

RGB155630-
CMYK00.960.810.39
HSL350.34º92.55%31.57%-
HSV(B)350.34º96.13%60.78%-
XYZ13.827.191.89-
YUV53.29114.86200.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 81.15%
GREEN value IS 6 (2.73% from 255) = 3.14%
BLUE value IS 30 (12.11% from 255) = 15.71%
R=81.15%
G=3.14%
B=15.71%

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
Decimal15563000.960.810.39350.3492.5531.57
Hex9B61E060512715e5d20
Octal23363601401214753613540
Binary10011011110111100110000010100011001111010111101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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