#992526

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

Shades of Bright Red #992526

Tints of Bright Red #992526

Color information

#992526 (or 0x992526) is unknown color: approx Bright Red. HEX triplet: 99, 25 and 26. RGB value is (153,37,38). Sum of RGB (Red+Green+Blue) = 153+37+38=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #992526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992526 is #66DAD9. Grayscale: #474747. Windows color (decimal): -6740698 or 2499993. OLE color: 2499993.

HSL color Cylindrical-coordinate representation of color #992526: hue angle of 359.48º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992526 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1533738-
CMYK00.760.750.4
HSL359.48º61.05%37.25%-
HSV(B)359.48º75.82%60%-
XYZ14.158.242.68-
YUV71.8108.93185.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.11%
GREEN value IS 37 (14.84% from 255) = 16.23%
BLUE value IS 38 (15.23% from 255) = 16.67%
R=67.11%
G=16.23%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153373800.760.750.4359.4861.0537.25
Hex99252604C4B281673d25
Octal23145460114113505477545
Binary10011001100101100110010011001001011101000101100111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992526; }

 p { color: rgb(153,37,38); }

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

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

 a { background-color: rgb(153,37,38); }

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

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

 span { border-color: rgb(153,37,38); }

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