#9B022B

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

Shades of Carmine #9B022B

Tints of Carmine #9B022B

Color information

#9B022B (or 0x9B022B) is unknown color: approx Carmine. HEX triplet: 9B, 02 and 2B. RGB value is (155,2,43). Sum of RGB (Red+Green+Blue) = 155+2+43=200 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 155 - color contains mainly: red. Hex color #9B022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B022B is #64FDD4. Grayscale: #343434. Windows color (decimal): -6618581 or 2818715. OLE color: 2818715.

HSL color Cylindrical-coordinate representation of color #9B022B: hue angle of 343.92º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B022B is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB155243-
CMYK00.990.720.39
HSL343.92º97.45%30.78%-
HSV(B)343.92º98.71%60.78%-
XYZ13.987.192.94-
YUV52.42122.69201.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.5%
GREEN value IS 2 (1.17% from 255) = 1%
BLUE value IS 43 (17.19% from 255) = 21.5%
R=77.5%
G=1%
B=21.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15524300.990.720.39343.9297.4530.78
Hex9B22B0634827158611f
Octal23325301431104753014137
Binary1001101110101011011000111001000100111101011000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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