#990314

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

Shades of Carmine #990314

Tints of Carmine #990314

Color information

#990314 (or 0x990314) is unknown color: approx Carmine. HEX triplet: 99, 03 and 14. RGB value is (153,3,20). Sum of RGB (Red+Green+Blue) = 153+3+20=176 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.93% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 153 - color contains mainly: red. Hex color #990314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990314 is #66FCEB. Grayscale: #313131. Windows color (decimal): -6749420 or 1311641. OLE color: 1311641.

HSL color Cylindrical-coordinate representation of color #990314: hue angle of 353.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990314 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB153320-
CMYK00.980.870.4
HSL353.2º96.15%30.59%-
HSV(B)353.2º98.04%60%-
XYZ13.36.891.29-
YUV49.79111.2201.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 86.93%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=86.93%
G=1.70%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15332000.980.870.4353.296.1530.59
Hex993140625728161601f
Octal23132401421275054114037
Binary100110011110100011000101010111101000101100001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990314; }

 p { color: rgb(153,3,20); }

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

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

 a { background-color: rgb(153,3,20); }

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

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

 span { border-color: rgb(153,3,20); }

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