#9B191D

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

Shades of Bright Red #9B191D

Tints of Bright Red #9B191D

Color information

#9B191D (or 0x9B191D) is unknown color: approx Bright Red. HEX triplet: 9B, 19 and 1D. RGB value is (155,25,29). Sum of RGB (Red+Green+Blue) = 155+25+29=209 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.16% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 155 - color contains mainly: red. Hex color #9B191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B191D is #64E6E2. Grayscale: #404040. Windows color (decimal): -6612707 or 1907099. OLE color: 1907099.

HSL color Cylindrical-coordinate representation of color #9B191D: hue angle of 358.15º 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 #9B191D is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB1552529-
CMYK00.840.810.39
HSL358.15º72.22%35.29%-
HSV(B)358.15º83.87%60.78%-
XYZ14.097.751.92-
YUV64.33108.07192.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 74.16%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 29 (11.72% from 255) = 13.88%
R=74.16%
G=11.96%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155252900.840.810.39358.1572.2235.29
Hex9B191D05451271664823
Octal233313501241214754611043
Binary1001101111001111010101010010100011001111011001101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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