#991C2B

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

Shades of Bright Red #991C2B

Tints of Bright Red #991C2B

Color information

#991C2B (or 0x991C2B) is unknown color: approx Bright Red. HEX triplet: 99, 1C and 2B. RGB value is (153,28,43). Sum of RGB (Red+Green+Blue) = 153+28+43=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #991C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991C2B is #66E3D4. Grayscale: #434343. Windows color (decimal): -6742997 or 2825369. OLE color: 2825369.

HSL color Cylindrical-coordinate representation of color #991C2B: hue angle of 352.8º degrees, saturation: 0.69, 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 #991C2B is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB1532843-
CMYK00.820.720.4
HSL352.8º69.06%35.49%-
HSV(B)352.8º81.7%60%-
XYZ13.997.783.05-
YUV67.08114.41189.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 68.30%
GREEN value IS 28 (11.33% from 255) = 12.5%
BLUE value IS 43 (17.19% from 255) = 19.20%
R=68.30%
G=12.5%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153284300.820.720.4352.869.0635.49
Hex991C2B05248281614523
Octal231345301221105054110543
Binary10011001111001010110101001010010001010001011000011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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