#9B021B

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

Shades of Carmine #9B021B

Tints of Carmine #9B021B

Color information

#9B021B (or 0x9B021B) is unknown color: approx Carmine. HEX triplet: 9B, 02 and 1B. RGB value is (155,2,27). Sum of RGB (Red+Green+Blue) = 155+2+27=184 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.24% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 155 - color contains mainly: red. Hex color #9B021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B021B is #64FDE4. Grayscale: #323232. Windows color (decimal): -6618597 or 1770139. OLE color: 1770139.

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

Color convert

RGB155227-
CMYK00.990.830.39
HSL350.2º97.45%30.78%-
HSV(B)350.2º98.71%60.78%-
XYZ13.747.091.68-
YUV50.6114.69202.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 84.24%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 27 (10.94% from 255) = 14.67%
R=84.24%
G=1.09%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15522700.990.830.39350.297.4530.78
Hex9B21B063532715e611f
Octal23323301431234753614137
Binary100110111011011011000111010011100111101011110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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