#9B1E38

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

Shades of Bright Red #9B1E38

Tints of Bright Red #9B1E38

Color information

#9B1E38 (or 0x9B1E38) is unknown color: approx Bright Red. HEX triplet: 9B, 1E and 38. RGB value is (155,30,56). Sum of RGB (Red+Green+Blue) = 155+30+56=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1E38 is #64E1C7. Grayscale: #464646. Windows color (decimal): -6611400 or 3677851. OLE color: 3677851.

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

Color convert

RGB1553056-
CMYK00.810.640.39
HSL347.52º67.57%36.27%-
HSV(B)347.52º80.65%60.78%-
XYZ14.78.184.55-
YUV70.34119.91188.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.32%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=64.32%
G=12.45%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155305600.810.640.39347.5267.5736.27
Hex9B1E38051402715c4424
Octal233367001211004753410444
Binary10011011111101110000101000110000001001111010111001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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