#9B1A1E

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

Shades of Bright Red #9B1A1E

Tints of Bright Red #9B1A1E

Color information

#9B1A1E (or 0x9B1A1E) is unknown color: approx Bright Red. HEX triplet: 9B, 1A and 1E. RGB value is (155,26,30). Sum of RGB (Red+Green+Blue) = 155+26+30=211 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.46% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1A1E is #64E5E1. Grayscale: #414141. Windows color (decimal): -6612450 or 1972891. OLE color: 1972891.

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

Color convert

RGB1552630-
CMYK00.830.810.39
HSL358.14º71.27%35.49%-
HSV(B)358.14º83.23%60.78%-
XYZ14.127.81.99-
YUV65.03108.24192.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.46%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 30 (12.11% from 255) = 14.22%
R=73.46%
G=12.32%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155263000.830.810.39358.1471.2735.49
Hex9B1A1E05351271664723
Octal233323601231214754610743
Binary1001101111010111100101001110100011001111011001101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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