#990B1F

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

Shades of Carmine #990B1F

Tints of Carmine #990B1F

Color information

#990B1F (or 0x990B1F) is unknown color: approx Carmine. HEX triplet: 99, 0B and 1F. RGB value is (153,11,31). Sum of RGB (Red+Green+Blue) = 153+11+31=195 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.46% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 153 - color contains mainly: red. Hex color #990B1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B1F is #66F4E0. Grayscale: #373737. Windows color (decimal): -6747361 or 2034585. OLE color: 2034585.

HSL color Cylindrical-coordinate representation of color #990B1F: hue angle of 351.55º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B1F is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB1531131-
CMYK00.930.800.4
HSL351.55º86.59%32.16%-
HSV(B)351.55º92.81%60%-
XYZ13.57.111.96-
YUV55.74114.04197.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 78.46%
GREEN value IS 11 (4.69% from 255) = 5.64%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=78.46%
G=5.64%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153113100.930.800.4351.5586.5932.16
Hex99B1F05D50281605720
Octal231133701351205054012740
Binary100110011011111110101110110100001010001011000001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990B1F; }

 p { color: rgb(153,11,31); }

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

<style>
 a { background-color: #990B1F; }

 a { background-color: rgb(153,11,31); }

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

<style>
 span { border-color: #990B1F; }

 span { border-color: rgb(153,11,31); }

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