#9B2A3B

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

Shades of Bright Red #9B2A3B

Tints of Bright Red #9B2A3B

Color information

#9B2A3B (or 0x9B2A3B) is unknown color: approx Bright Red. HEX triplet: 9B, 2A and 3B. RGB value is (155,42,59). Sum of RGB (Red+Green+Blue) = 155+42+59=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2A3B is #64D5C4. Grayscale: #4D4D4D. Windows color (decimal): -6608325 or 3877531. OLE color: 3877531.

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

Color convert

RGB1554259-
CMYK00.730.620.39
HSL350.97º57.36%38.63%-
HSV(B)350.97º72.9%60.78%-
XYZ15.138.945.07-
YUV77.72117.44183.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.55%
GREEN value IS 42 (16.80% from 255) = 16.41%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=60.55%
G=16.41%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155425900.730.620.39350.9757.3638.63
Hex9B2A3B0493E2715f3927
Octal2335273011176475377147
Binary1001101110101011101101001001111110100111101011111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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