#9B061C

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

Shades of Carmine #9B061C

Tints of Carmine #9B061C

Color information

#9B061C (or 0x9B061C) is unknown color: approx Carmine. HEX triplet: 9B, 06 and 1C. RGB value is (155,6,28). Sum of RGB (Red+Green+Blue) = 155+6+28=189 (25% of max value = 765). Red value is 155 (60.94% from 255 or 82.01% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 155 - color contains mainly: red. Hex color #9B061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B061C is #64F9E3. Grayscale: #353535. Windows color (decimal): -6617572 or 1836699. OLE color: 1836699.

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

Color convert

RGB155628-
CMYK00.960.820.39
HSL351.14º92.55%31.57%-
HSV(B)351.14º96.13%60.78%-
XYZ13.797.181.76-
YUV53.06113.86200.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 82.01%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=82.01%
G=3.17%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15562800.960.820.39351.1492.5531.57
Hex9B61C060522715f5d20
Octal23363401401224753713540
Binary10011011110111000110000010100101001111010111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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