#9B2838

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

Shades of Bright Red #9B2838

Tints of Bright Red #9B2838

Color information

#9B2838 (or 0x9B2838) is unknown color: approx Bright Red. HEX triplet: 9B, 28 and 38. RGB value is (155,40,56). Sum of RGB (Red+Green+Blue) = 155+40+56=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2838 is #64D7C7. Grayscale: #4C4C4C. Windows color (decimal): -6608840 or 3680411. OLE color: 3680411.

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

Color convert

RGB1554056-
CMYK00.740.640.39
HSL351.65º58.97%38.24%-
HSV(B)351.65º74.19%60.78%-
XYZ14.998.774.64-
YUV76.21116.6184.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.75%
GREEN value IS 40 (16.02% from 255) = 15.94%
BLUE value IS 56 (22.27% from 255) = 22.31%
R=61.75%
G=15.94%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155405600.740.640.39351.6558.9738.24
Hex9B283804A40271603b26
Octal23350700112100475407346
Binary10011011101000111000010010101000000100111101100000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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