#991B26

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

Shades of Bright Red #991B26

Tints of Bright Red #991B26

Color information

#991B26 (or 0x991B26) is unknown color: approx Bright Red. HEX triplet: 99, 1B and 26. RGB value is (153,27,38). Sum of RGB (Red+Green+Blue) = 153+27+38=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #991B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991B26 is #66E4D9. Grayscale: #424242. Windows color (decimal): -6743258 or 2497433. OLE color: 2497433.

HSL color Cylindrical-coordinate representation of color #991B26: hue angle of 354.76º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991B26 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1532738-
CMYK00.820.750.4
HSL354.76º70%35.29%-
HSV(B)354.76º82.35%60%-
XYZ13.887.72.59-
YUV65.93112.24190.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.18%
GREEN value IS 27 (10.94% from 255) = 12.39%
BLUE value IS 38 (15.23% from 255) = 17.43%
R=70.18%
G=12.39%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153273800.820.750.4354.767035.29
Hex991B260524B281634623
Octal231334601221135054310643
Binary10011001110111001100101001010010111010001011000111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991B26; }

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

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

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

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

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

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

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

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