#9B1933

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

Shades of Bright Red #9B1933

Tints of Bright Red #9B1933

Color information

#9B1933 (or 0x9B1933) is unknown color: approx Bright Red. HEX triplet: 9B, 19 and 33. RGB value is (155,25,51). Sum of RGB (Red+Green+Blue) = 155+25+51=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1933 is #64E6CC. Grayscale: #424242. Windows color (decimal): -6612685 or 3348891. OLE color: 3348891.

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

Color convert

RGB1552551-
CMYK00.840.670.39
HSL348º72.22%35.29%-
HSV(B)348º83.87%60.78%-
XYZ14.467.93.9-
YUV66.83119.07190.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.10%
GREEN value IS 25 (10.16% from 255) = 10.82%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=67.10%
G=10.82%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155255100.840.670.3934872.2235.29
Hex9B1933054432715c4823
Octal233316301241034753411043
Binary10011011110011100110101010010000111001111010111001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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