#9B1D26

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

Shades of Bright Red #9B1D26

Tints of Bright Red #9B1D26

Color information

#9B1D26 (or 0x9B1D26) is unknown color: approx Bright Red. HEX triplet: 9B, 1D and 26. RGB value is (155,29,38). Sum of RGB (Red+Green+Blue) = 155+29+38=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1D26 is #64E2D9. Grayscale: #434343. Windows color (decimal): -6611674 or 2497947. OLE color: 2497947.

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

Color convert

RGB1552938-
CMYK00.810.750.39
HSL355.71º68.48%36.08%-
HSV(B)355.71º81.29%60.78%-
XYZ14.317.992.62-
YUV67.7111.24190.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 69.82%
GREEN value IS 29 (11.72% from 255) = 13.06%
BLUE value IS 38 (15.23% from 255) = 17.12%
R=69.82%
G=13.06%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155293800.810.750.39355.7168.4836.08
Hex9B1D260514B271644424
Octal233354601211134754410444
Binary10011011111011001100101000110010111001111011001001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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