#9B273B

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

Shades of Bright Red #9B273B

Tints of Bright Red #9B273B

Color information

#9B273B (or 0x9B273B) is unknown color: approx Bright Red. HEX triplet: 9B, 27 and 3B. RGB value is (155,39,59). Sum of RGB (Red+Green+Blue) = 155+39+59=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B273B is #64D8C4. Grayscale: #4B4B4B. Windows color (decimal): -6609093 or 3876763. OLE color: 3876763.

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

Color convert

RGB1553959-
CMYK00.750.620.39
HSL349.66º59.79%38.04%-
HSV(B)349.66º74.84%60.78%-
XYZ15.038.745.03-
YUV75.96118.43184.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.26%
GREEN value IS 39 (15.62% from 255) = 15.42%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=61.26%
G=15.42%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155395900.750.620.39349.6659.7938.04
Hex9B273B04B3E2715e3c26
Octal2334773011376475367446
Binary1001101110011111101101001011111110100111101011110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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