#9B0F39

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

Shades of Bright Red #9B0F39

Tints of Bright Red #9B0F39

Color information

#9B0F39 (or 0x9B0F39) is unknown color: approx Bright Red. HEX triplet: 9B, 0F and 39. RGB value is (155,15,57). Sum of RGB (Red+Green+Blue) = 155+15+57=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0F39 is #64F0C6. Grayscale: #3D3D3D. Windows color (decimal): -6615239 or 3739547. OLE color: 3739547.

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

Color convert

RGB1551557-
CMYK00.900.630.39
HSL342º82.35%33.33%-
HSV(B)342º90.32%60.78%-
XYZ14.437.614.58-
YUV61.65125.38194.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.28%
GREEN value IS 15 (6.25% from 255) = 6.61%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=68.28%
G=6.61%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155155700.900.630.3934282.3533.33
Hex9BF3905A3F271565221
Octal23317710132774752612241
Binary100110111111111001010110101111111001111010101101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,15,57); }

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

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

 a { background-color: rgb(155,15,57); }

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

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

 span { border-color: rgb(155,15,57); }

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