#9B2B3A

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

Shades of Bright Red #9B2B3A

Tints of Bright Red #9B2B3A

Color information

#9B2B3A (or 0x9B2B3A) is unknown color: approx Bright Red. HEX triplet: 9B, 2B and 3A. RGB value is (155,43,58). Sum of RGB (Red+Green+Blue) = 155+43+58=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2B3A is #64D4C5. Grayscale: #4E4E4E. Windows color (decimal): -6608070 or 3812251. OLE color: 3812251.

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

Color convert

RGB1554358-
CMYK00.720.630.39
HSL351.96º56.57%38.82%-
HSV(B)351.96º72.26%60.78%-
XYZ15.1594.94-
YUV78.2116.61182.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.55%
GREEN value IS 43 (17.19% from 255) = 16.80%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=60.55%
G=16.80%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155435800.720.630.39351.9656.5738.82
Hex9B2B3A0483F271603927
Octal2335372011077475407147
Binary1001101110101111101001001000111111100111101100000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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