#9B2E40

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

Shades of Bright Red #9B2E40

Tints of Bright Red #9B2E40

Color information

#9B2E40 (or 0x9B2E40) is unknown color: approx Bright Red. HEX triplet: 9B, 2E and 40. RGB value is (155,46,64). Sum of RGB (Red+Green+Blue) = 155+46+64=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2E40 is #64D1BF. Grayscale: #505050. Windows color (decimal): -6607296 or 4206235. OLE color: 4206235.

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

Color convert

RGB1554664-
CMYK00.700.590.39
HSL350.09º54.23%39.41%-
HSV(B)350.09º70.32%60.78%-
XYZ15.429.295.83-
YUV80.64118.61181.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.49%
GREEN value IS 46 (18.36% from 255) = 17.36%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=58.49%
G=17.36%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155466400.700.590.39350.0954.2339.41
Hex9B2E400463B2715e3627
Octal23356100010673475366647
Binary10011011101110100000001000110111011100111101011110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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