#9B1B34

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

Shades of Bright Red #9B1B34

Tints of Bright Red #9B1B34

Color information

#9B1B34 (or 0x9B1B34) is unknown color: approx Bright Red. HEX triplet: 9B, 1B and 34. RGB value is (155,27,52). Sum of RGB (Red+Green+Blue) = 155+27+52=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1B34 is #64E4CB. Grayscale: #444444. Windows color (decimal): -6612172 or 3414939. OLE color: 3414939.

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

Color convert

RGB1552752-
CMYK00.830.660.39
HSL348.28º70.33%35.69%-
HSV(B)348.28º82.58%60.78%-
XYZ14.5384.03-
YUV68.12118.91189.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.24%
GREEN value IS 27 (10.94% from 255) = 11.54%
BLUE value IS 52 (20.70% from 255) = 22.22%
R=66.24%
G=11.54%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155275200.830.660.39348.2870.3335.69
Hex9B1B34053422715c4624
Octal233336401231024753410644
Binary10011011110111101000101001110000101001111010111001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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