#9B283B

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

Shades of Bright Red #9B283B

Tints of Bright Red #9B283B

Color information

#9B283B (or 0x9B283B) is unknown color: approx Bright Red. HEX triplet: 9B, 28 and 3B. RGB value is (155,40,59). Sum of RGB (Red+Green+Blue) = 155+40+59=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B283B is #64D7C4. Grayscale: #4C4C4C. Windows color (decimal): -6608837 or 3877019. OLE color: 3877019.

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

Color convert

RGB1554059-
CMYK00.740.620.39
HSL350.09º58.97%38.24%-
HSV(B)350.09º74.19%60.78%-
XYZ15.078.85.04-
YUV76.55118.1183.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.02%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=61.02%
G=15.75%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155405900.740.620.39350.0958.9738.24
Hex9B283B04A3E2715e3b26
Octal2335073011276475367346
Binary1001101110100011101101001010111110100111101011110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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