#9B172C

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

Shades of Bright Red #9B172C

Tints of Bright Red #9B172C

Color information

#9B172C (or 0x9B172C) is unknown color: approx Bright Red. HEX triplet: 9B, 17 and 2C. RGB value is (155,23,44). Sum of RGB (Red+Green+Blue) = 155+23+44=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B172C is #64E8D3. Grayscale: #404040. Windows color (decimal): -6613204 or 2889627. OLE color: 2889627.

HSL color Cylindrical-coordinate representation of color #9B172C: hue angle of 350.45º degrees, saturation: 0.74, 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 #9B172C is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB1552344-
CMYK00.850.720.39
HSL350.45º74.16%34.9%-
HSV(B)350.45º85.16%60.78%-
XYZ14.287.763.13-
YUV64.86116.23192.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 69.82%
GREEN value IS 23 (9.38% from 255) = 10.36%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=69.82%
G=10.36%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155234400.850.720.39350.4574.1634.9
Hex9B172C055482715e4a23
Octal233275401251104753611243
Binary10011011101111011000101010110010001001111010111101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,23,44); }

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

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

 a { background-color: rgb(155,23,44); }

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

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

 span { border-color: rgb(155,23,44); }

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