#9B1920

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

Shades of Bright Red #9B1920

Tints of Bright Red #9B1920

Color information

#9B1920 (or 0x9B1920) is unknown color: approx Bright Red. HEX triplet: 9B, 19 and 20. RGB value is (155,25,32). Sum of RGB (Red+Green+Blue) = 155+25+32=212 (28% of max value = 765). Red value is 155 (60.94% from 255 or 73.11% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1920 is #64E6DF. Grayscale: #404040. Windows color (decimal): -6612704 or 2103707. OLE color: 2103707.

HSL color Cylindrical-coordinate representation of color #9B1920: hue angle of 356.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1920 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB1552532-
CMYK00.840.790.39
HSL356.77º72.22%35.29%-
HSV(B)356.77º83.87%60.78%-
XYZ14.137.772.12-
YUV64.67109.57192.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.11%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=73.11%
G=11.79%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155253200.840.790.39356.7772.2235.29
Hex9B19200544F271654823
Octal233314001241174754511043
Binary10011011110011000000101010010011111001111011001011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B1920; }

 p { color: rgb(155,25,32); }

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

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

 a { background-color: rgb(155,25,32); }

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

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

 span { border-color: rgb(155,25,32); }

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