#992B3B

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

Shades of Bright Red #992B3B

Tints of Bright Red #992B3B

Color information

#992B3B (or 0x992B3B) is unknown color: approx Bright Red. HEX triplet: 99, 2B and 3B. RGB value is (153,43,59). Sum of RGB (Red+Green+Blue) = 153+43+59=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #992B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992B3B is #66D4C4. Grayscale: #4D4D4D. Windows color (decimal): -6739141 or 3877785. OLE color: 3877785.

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

Color convert

RGB1534359-
CMYK00.720.610.4
HSL351.27º56.12%38.43%-
HSV(B)351.27º71.9%60%-
XYZ14.798.825.06-
YUV77.71117.44181.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 43 (17.19% from 255) = 16.86%
BLUE value IS 59 (23.44% from 255) = 23.14%
R=60%
G=16.86%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153435900.720.610.4351.2756.1238.43
Hex992B3B0483D2815f3826
Octal2315373011075505377046
Binary1001100110101111101101001000111101101000101011111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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