#992835

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

Shades of Bright Red #992835

Tints of Bright Red #992835

Color information

#992835 (or 0x992835) is unknown color: approx Bright Red. HEX triplet: 99, 28 and 35. RGB value is (153,40,53). Sum of RGB (Red+Green+Blue) = 153+40+53=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #992835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992835 is #66D7CA. Grayscale: #4B4B4B. Windows color (decimal): -6739915 or 3483801. OLE color: 3483801.

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

Color convert

RGB1534053-
CMYK00.740.650.4
HSL353.1º58.55%37.84%-
HSV(B)353.1º73.86%60%-
XYZ14.548.554.25-
YUV75.27115.44183.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.20%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 53 (21.09% from 255) = 21.54%
R=62.20%
G=16.26%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153405300.740.650.4353.158.5537.84
Hex99283504A41281613b26
Octal23150650112101505417346
Binary10011001101000110101010010101000001101000101100001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992835; }

 p { color: rgb(153,40,53); }

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

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

 a { background-color: rgb(153,40,53); }

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

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

 span { border-color: rgb(153,40,53); }

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