#990A34

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

Shades of Carmine #990A34

Tints of Carmine #990A34

Color information

#990A34 (or 0x990A34) is unknown color: approx Carmine. HEX triplet: 99, 0A and 34. RGB value is (153,10,52). Sum of RGB (Red+Green+Blue) = 153+10+52=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #990A34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990A34 is #66F5CB. Grayscale: #393939. Windows color (decimal): -6747596 or 3410585. OLE color: 3410585.

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

Color convert

RGB1531052-
CMYK00.930.660.4
HSL342.38º87.73%31.96%-
HSV(B)342.38º93.46%60%-
XYZ13.877.243.91-
YUV57.54124.88196.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 71.16%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 52 (20.70% from 255) = 24.19%
R=71.16%
G=4.65%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153105200.930.660.4342.3887.7331.96
Hex99A3405D42281565820
Octal231126401351025052613040
Binary1001100110101101000101110110000101010001010101101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,10,52); }

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

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

 a { background-color: rgb(153,10,52); }

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

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

 span { border-color: rgb(153,10,52); }

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