#992A3A

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

Shades of Bright Red #992A3A

Tints of Bright Red #992A3A

Color information

#992A3A (or 0x992A3A) is unknown color: approx Bright Red. HEX triplet: 99, 2A and 3A. RGB value is (153,42,58). Sum of RGB (Red+Green+Blue) = 153+42+58=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #992A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A3A is #66D5C5. Grayscale: #4D4D4D. Windows color (decimal): -6739398 or 3811993. OLE color: 3811993.

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

Color convert

RGB1534258-
CMYK00.730.620.4
HSL351.35º56.92%38.24%-
HSV(B)351.35º72.55%60%-
XYZ14.738.734.91-
YUV77.01117.27182.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.47%
GREEN value IS 42 (16.80% from 255) = 16.60%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=60.47%
G=16.60%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153425800.730.620.4351.3556.9238.24
Hex992A3A0493E2815f3926
Octal2315272011176505377146
Binary1001100110101011101001001001111110101000101011111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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