#9B2740

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

Shades of Bright Red #9B2740

Tints of Bright Red #9B2740

Color information

#9B2740 (or 0x9B2740) is unknown color: approx Bright Red. HEX triplet: 9B, 27 and 40. RGB value is (155,39,64). Sum of RGB (Red+Green+Blue) = 155+39+64=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2740 is #64D8BF. Grayscale: #4C4C4C. Windows color (decimal): -6609088 or 4204443. OLE color: 4204443.

HSL color Cylindrical-coordinate representation of color #9B2740: hue angle of 347.07º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2740 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB1553964-
CMYK00.750.590.39
HSL347.07º59.79%38.04%-
HSV(B)347.07º74.84%60.78%-
XYZ15.178.795.75-
YUV76.53120.93183.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.08%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=60.08%
G=15.12%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155396400.750.590.39347.0759.7938.04
Hex9B274004B3B2715b3c26
Octal23347100011373475337446
Binary10011011100111100000001001011111011100111101011011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,39,64); }

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

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

 a { background-color: rgb(155,39,64); }

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

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

 span { border-color: rgb(155,39,64); }

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