#990C2B

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

Shades of Carmine #990C2B

Tints of Carmine #990C2B

Color information

#990C2B (or 0x990C2B) is unknown color: approx Carmine. HEX triplet: 99, 0C and 2B. RGB value is (153,12,43). Sum of RGB (Red+Green+Blue) = 153+12+43=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #990C2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990C2B is #66F3D4. Grayscale: #393939. Windows color (decimal): -6747093 or 2821273. OLE color: 2821273.

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

Color convert

RGB1531243-
CMYK00.920.720.4
HSL346.81º85.45%32.35%-
HSV(B)346.81º92.16%60%-
XYZ13.77.212.95-
YUV57.69119.71195.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.56%
GREEN value IS 12 (5.08% from 255) = 5.77%
BLUE value IS 43 (17.19% from 255) = 20.67%
R=73.56%
G=5.77%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153124300.920.720.4346.8185.4532.35
Hex99C2B05C482815b5520
Octal231145301341105053312540
Binary1001100111001010110101110010010001010001010110111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,12,43); }

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

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

 a { background-color: rgb(153,12,43); }

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

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

 span { border-color: rgb(153,12,43); }

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