#9B283A

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

Shades of Bright Red #9B283A

Tints of Bright Red #9B283A

Color information

#9B283A (or 0x9B283A) is unknown color: approx Bright Red. HEX triplet: 9B, 28 and 3A. RGB value is (155,40,58). Sum of RGB (Red+Green+Blue) = 155+40+58=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B283A is #64D7C5. Grayscale: #4C4C4C. Windows color (decimal): -6608838 or 3811483. OLE color: 3811483.

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

Color convert

RGB1554058-
CMYK00.740.630.39
HSL350.61º58.97%38.24%-
HSV(B)350.61º74.19%60.78%-
XYZ15.048.794.91-
YUV76.44117.6184.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.26%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=61.26%
G=15.81%
B=22.92%

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
Decimal155405800.740.630.39350.6158.9738.24
Hex9B283A04A3F2715f3b26
Octal2335072011277475377346
Binary1001101110100011101001001010111111100111101011111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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