#9B273A

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

Shades of Bright Red #9B273A

Tints of Bright Red #9B273A

Color information

#9B273A (or 0x9B273A) is unknown color: approx Bright Red. HEX triplet: 9B, 27 and 3A. RGB value is (155,39,58). Sum of RGB (Red+Green+Blue) = 155+39+58=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B273A is #64D8C5. Grayscale: #4B4B4B. Windows color (decimal): -6609094 or 3811227. OLE color: 3811227.

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

Color convert

RGB1553958-
CMYK00.750.630.39
HSL350.17º59.79%38.04%-
HSV(B)350.17º74.84%60.78%-
XYZ15.018.734.9-
YUV75.85117.93184.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.51%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=61.51%
G=15.48%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155395800.750.630.39350.1759.7938.04
Hex9B273A04B3F2715e3c26
Octal2334772011377475367446
Binary1001101110011111101001001011111111100111101011110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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