#992A3F

Color #992A3F Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #992A3F

Tints of Bright Red #992A3F

Color information

#992A3F (or 0x992A3F) is unknown color: approx Bright Red. HEX triplet: 99, 2A and 3F. RGB value is (153,42,63). Sum of RGB (Red+Green+Blue) = 153+42+63=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #992A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A3F is #66D5C0. Grayscale: #4D4D4D. Windows color (decimal): -6739393 or 4139673. OLE color: 4139673.

HSL color Cylindrical-coordinate representation of color #992A3F: hue angle of 348.65º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A3F is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB1534263-
CMYK00.730.590.4
HSL348.65º56.92%38.24%-
HSV(B)348.65º72.55%60%-
XYZ14.868.795.62-
YUV77.58119.77181.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.30%
GREEN value IS 42 (16.80% from 255) = 16.28%
BLUE value IS 63 (25% from 255) = 24.42%
R=59.30%
G=16.28%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153426300.730.590.4348.6556.9238.24
Hex992A3F0493B2815d3926
Octal2315277011173505357146
Binary1001100110101011111101001001111011101000101011101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992A3F; }

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

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

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

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

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

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

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

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