#9B1E2B

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

Shades of Bright Red #9B1E2B

Tints of Bright Red #9B1E2B

Color information

#9B1E2B (or 0x9B1E2B) is unknown color: approx Bright Red. HEX triplet: 9B, 1E and 2B. RGB value is (155,30,43). Sum of RGB (Red+Green+Blue) = 155+30+43=228 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.98% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1E2B is #64E1D4. Grayscale: #444444. Windows color (decimal): -6611413 or 2825883. OLE color: 2825883.

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

Color convert

RGB1553043-
CMYK00.810.720.39
HSL353.76º67.57%36.27%-
HSV(B)353.76º80.65%60.78%-
XYZ14.428.073.08-
YUV68.86113.41189.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.98%
GREEN value IS 30 (12.11% from 255) = 13.16%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=67.98%
G=13.16%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155304300.810.720.39353.7667.5736.27
Hex9B1E2B05148271624424
Octal233365301211104754210444
Binary10011011111101010110101000110010001001111011000101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,30,43); }

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

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

 a { background-color: rgb(155,30,43); }

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

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

 span { border-color: rgb(155,30,43); }

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