#9B1438

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

Shades of Bright Red #9B1438

Tints of Bright Red #9B1438

Color information

#9B1438 (or 0x9B1438) is unknown color: approx Bright Red. HEX triplet: 9B, 14 and 38. RGB value is (155,20,56). Sum of RGB (Red+Green+Blue) = 155+20+56=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1438 is #64EBC7. Grayscale: #404040. Windows color (decimal): -6613960 or 3675291. OLE color: 3675291.

HSL color Cylindrical-coordinate representation of color #9B1438: hue angle of 344º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B1438 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB1552056-
CMYK00.870.640.39
HSL344º77.14%34.31%-
HSV(B)344º87.1%60.78%-
XYZ14.487.754.47-
YUV64.47123.23192.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.10%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 56 (22.27% from 255) = 24.24%
R=67.10%
G=8.66%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155205600.870.640.3934477.1434.31
Hex9B143805740271584d22
Octal233247001271004753011542
Binary10011011101001110000101011110000001001111010110001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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