#9B1B32

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

Shades of Bright Red #9B1B32

Tints of Bright Red #9B1B32

Color information

#9B1B32 (or 0x9B1B32) is unknown color: approx Bright Red. HEX triplet: 9B, 1B and 32. RGB value is (155,27,50). Sum of RGB (Red+Green+Blue) = 155+27+50=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1B32 is #64E4CD. Grayscale: #434343. Windows color (decimal): -6612174 or 3283867. OLE color: 3283867.

HSL color Cylindrical-coordinate representation of color #9B1B32: hue angle of 349.22º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1B32 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB1552750-
CMYK00.830.680.39
HSL349.22º70.33%35.69%-
HSV(B)349.22º82.58%60.78%-
XYZ14.497.983.79-
YUV67.89117.91190.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.81%
GREEN value IS 27 (10.94% from 255) = 11.64%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=66.81%
G=11.64%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155275000.830.680.39349.2270.3335.69
Hex9B1B32053442715d4624
Octal233336201231044753510644
Binary10011011110111100100101001110001001001111010111011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,27,50); }

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

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

 a { background-color: rgb(155,27,50); }

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

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

 span { border-color: rgb(155,27,50); }

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