#990B2A

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

Shades of Carmine #990B2A

Tints of Carmine #990B2A

Color information

#990B2A (or 0x990B2A) is unknown color: approx Carmine. HEX triplet: 99, 0B and 2A. RGB value is (153,11,42). Sum of RGB (Red+Green+Blue) = 153+11+42=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #990B2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990B2A is #66F4D5. Grayscale: #393939. Windows color (decimal): -6747350 or 2755481. OLE color: 2755481.

HSL color Cylindrical-coordinate representation of color #990B2A: hue angle of 346.9º 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 #990B2A is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1531142-
CMYK00.930.730.4
HSL346.9º86.59%32.16%-
HSV(B)346.9º92.81%60%-
XYZ13.677.182.86-
YUV56.99119.54196.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 74.27%
GREEN value IS 11 (4.69% from 255) = 5.34%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=74.27%
G=5.34%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153114200.930.730.4346.986.5932.16
Hex99B2A05D492815b5720
Octal231135201351115053312740
Binary1001100110111010100101110110010011010001010110111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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