#9B2131

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

Shades of Bright Red #9B2131

Tints of Bright Red #9B2131

Color information

#9B2131 (or 0x9B2131) is unknown color: approx Bright Red. HEX triplet: 9B, 21 and 31. RGB value is (155,33,49). Sum of RGB (Red+Green+Blue) = 155+33+49=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2131 is #64DECE. Grayscale: #474747. Windows color (decimal): -6610639 or 3219867. OLE color: 3219867.

HSL color Cylindrical-coordinate representation of color #9B2131: hue angle of 352.13º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2131 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB1553349-
CMYK00.790.680.39
HSL352.13º64.89%36.86%-
HSV(B)352.13º78.71%60.78%-
XYZ14.628.283.73-
YUV71.3115.42187.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.40%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 49 (19.53% from 255) = 20.68%
R=65.40%
G=13.92%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155334900.790.680.39352.1364.8936.86
Hex9B213104F44271604125
Octal233416101171044754010145
Binary100110111000011100010100111110001001001111011000001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,33,49); }

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

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

 a { background-color: rgb(155,33,49); }

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

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

 span { border-color: rgb(155,33,49); }

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