#9B172A

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

Shades of Bright Red #9B172A

Tints of Bright Red #9B172A

Color information

#9B172A (or 0x9B172A) is unknown color: approx Bright Red. HEX triplet: 9B, 17 and 2A. RGB value is (155,23,42). Sum of RGB (Red+Green+Blue) = 155+23+42=220 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.45% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 155 - color contains mainly: red. Hex color #9B172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B172A is #64E8D5. Grayscale: #404040. Windows color (decimal): -6613206 or 2758555. OLE color: 2758555.

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

Color convert

RGB1552342-
CMYK00.850.730.39
HSL351.36º74.16%34.9%-
HSV(B)351.36º85.16%60.78%-
XYZ14.247.752.94-
YUV64.63115.23192.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 70.45%
GREEN value IS 23 (9.38% from 255) = 10.45%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=70.45%
G=10.45%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155234200.850.730.39351.3674.1634.9
Hex9B172A055492715f4a23
Octal233275201251114753711243
Binary10011011101111010100101010110010011001111010111111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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