#9B1620

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

Shades of Carmine #9B1620

Tints of Carmine #9B1620

Color information

#9B1620 (or 0x9B1620) is unknown color: approx Carmine. HEX triplet: 9B, 16 and 20. RGB value is (155,22,32). Sum of RGB (Red+Green+Blue) = 155+22+32=209 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.16% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1620 is #64E9DF. Grayscale: #3F3F3F. Windows color (decimal): -6613472 or 2102939. OLE color: 2102939.

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

Color convert

RGB1552232-
CMYK00.860.790.39
HSL355.49º75.14%34.71%-
HSV(B)355.49º85.81%60.78%-
XYZ14.077.652.1-
YUV62.91110.56193.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 74.16%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=74.16%
G=10.53%
B=15.31%

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
Decimal155223200.860.790.39355.4975.1434.71
Hex9B16200564F271634b23
Octal233264001261174754311343
Binary10011011101101000000101011010011111001111011000111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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