#9B1826

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

Shades of Bright Red #9B1826

Tints of Bright Red #9B1826

Color information

#9B1826 (or 0x9B1826) is unknown color: approx Bright Red. HEX triplet: 9B, 18 and 26. RGB value is (155,24,38). Sum of RGB (Red+Green+Blue) = 155+24+38=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1826 is #64E7D9. Grayscale: #404040. Windows color (decimal): -6612954 or 2496667. OLE color: 2496667.

HSL color Cylindrical-coordinate representation of color #9B1826: hue angle of 353.59º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1826 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB1552438-
CMYK00.850.750.39
HSL353.59º73.18%35.1%-
HSV(B)353.59º84.52%60.78%-
XYZ14.197.762.58-
YUV64.76112.9192.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.43%
GREEN value IS 24 (9.77% from 255) = 11.06%
BLUE value IS 38 (15.23% from 255) = 17.51%
R=71.43%
G=11.06%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155243800.850.750.39353.5973.1835.1
Hex9B18260554B271624923
Octal233304601251134754211143
Binary10011011110001001100101010110010111001111011000101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,24,38); }

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

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

 a { background-color: rgb(155,24,38); }

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

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

 span { border-color: rgb(155,24,38); }

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