#9B062B

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

Shades of Carmine #9B062B

Tints of Carmine #9B062B

Color information

#9B062B (or 0x9B062B) is unknown color: approx Carmine. HEX triplet: 9B, 06 and 2B. RGB value is (155,6,43). Sum of RGB (Red+Green+Blue) = 155+6+43=204 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.98% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 155 - color contains mainly: red. Hex color #9B062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B062B is #64F9D4. Grayscale: #363636. Windows color (decimal): -6617557 or 2819739. OLE color: 2819739.

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

Color convert

RGB155643-
CMYK00.960.720.39
HSL345.1º92.55%31.57%-
HSV(B)345.1º96.13%60.78%-
XYZ14.027.272.95-
YUV54.77121.36199.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 75.98%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 43 (17.19% from 255) = 21.08%
R=75.98%
G=2.94%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15564300.960.720.39345.192.5531.57
Hex9B62B06048271595d20
Octal23365301401104753113540
Binary100110111101010110110000010010001001111010110011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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