#9B1E3A

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

Shades of Bright Red #9B1E3A

Tints of Bright Red #9B1E3A

Color information

#9B1E3A (or 0x9B1E3A) is unknown color: approx Bright Red. HEX triplet: 9B, 1E and 3A. RGB value is (155,30,58). Sum of RGB (Red+Green+Blue) = 155+30+58=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1E3A is #64E1C5. Grayscale: #464646. Windows color (decimal): -6611398 or 3808923. OLE color: 3808923.

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

Color convert

RGB1553058-
CMYK00.810.630.39
HSL346.56º67.57%36.27%-
HSV(B)346.56º80.65%60.78%-
XYZ14.758.24.81-
YUV70.57120.91188.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.79%
GREEN value IS 30 (12.11% from 255) = 12.35%
BLUE value IS 58 (23.05% from 255) = 23.87%
R=63.79%
G=12.35%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155305800.810.630.39346.5667.5736.27
Hex9B1E3A0513F2715b4424
Octal23336720121774753310444
Binary1001101111110111010010100011111111001111010110111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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