#9B2839

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

Shades of Bright Red #9B2839

Tints of Bright Red #9B2839

Color information

#9B2839 (or 0x9B2839) is unknown color: approx Bright Red. HEX triplet: 9B, 28 and 39. RGB value is (155,40,57). Sum of RGB (Red+Green+Blue) = 155+40+57=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2839 is #64D7C6. Grayscale: #4C4C4C. Windows color (decimal): -6608839 or 3745947. OLE color: 3745947.

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

Color convert

RGB1554057-
CMYK00.740.630.39
HSL351.13º58.97%38.24%-
HSV(B)351.13º74.19%60.78%-
XYZ15.018.784.77-
YUV76.32117.1184.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.51%
GREEN value IS 40 (16.02% from 255) = 15.87%
BLUE value IS 57 (22.66% from 255) = 22.62%
R=61.51%
G=15.87%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155405700.740.630.39351.1358.9738.24
Hex9B283904A3F2715f3b26
Octal2335071011277475377346
Binary1001101110100011100101001010111111100111101011111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,40,57); }

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

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

 a { background-color: rgb(155,40,57); }

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

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

 span { border-color: rgb(155,40,57); }

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