#9B1E3C

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

Shades of Bright Red #9B1E3C

Tints of Bright Red #9B1E3C

Color information

#9B1E3C (or 0x9B1E3C) is unknown color: approx Bright Red. HEX triplet: 9B, 1E and 3C. RGB value is (155,30,60). Sum of RGB (Red+Green+Blue) = 155+30+60=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1E3C is #64E1C3. Grayscale: #464646. Windows color (decimal): -6611396 or 3939995. OLE color: 3939995.

HSL color Cylindrical-coordinate representation of color #9B1E3C: hue angle of 345.6º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1E3C is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB1553060-
CMYK00.810.610.39
HSL345.6º67.57%36.27%-
HSV(B)345.6º80.65%60.78%-
XYZ14.88.225.08-
YUV70.8121.91188.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.27%
GREEN value IS 30 (12.11% from 255) = 12.24%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=63.27%
G=12.24%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155306000.810.610.39345.667.5736.27
Hex9B1E3C0513D2715a4424
Octal23336740121754753210444
Binary1001101111110111100010100011111011001111010110101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,30,60); }

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

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

 a { background-color: rgb(155,30,60); }

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

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

 span { border-color: rgb(155,30,60); }

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