#9B1621

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

Shades of Carmine #9B1621

Tints of Carmine #9B1621

Color information

#9B1621 (or 0x9B1621) is unknown color: approx Carmine. HEX triplet: 9B, 16 and 21. RGB value is (155,22,33). Sum of RGB (Red+Green+Blue) = 155+22+33=210 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.81% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1621 is #64E9DE. Grayscale: #3F3F3F. Windows color (decimal): -6613471 or 2168475. OLE color: 2168475.

HSL color Cylindrical-coordinate representation of color #9B1621: hue angle of 355.04º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B1621 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB1552233-
CMYK00.860.790.39
HSL355.04º75.14%34.71%-
HSV(B)355.04º85.81%60.78%-
XYZ14.087.652.17-
YUV63.02111.06193.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.81%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 33 (13.28% from 255) = 15.71%
R=73.81%
G=10.48%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155223300.860.790.39355.0475.1434.71
Hex9B16210564F271634b23
Octal233264101261174754311343
Binary10011011101101000010101011010011111001111011000111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,22,33); }

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

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

 a { background-color: rgb(155,22,33); }

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

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

 span { border-color: rgb(155,22,33); }

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