#9B192A

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

Shades of Bright Red #9B192A

Tints of Bright Red #9B192A

Color information

#9B192A (or 0x9B192A) is unknown color: approx Bright Red. HEX triplet: 9B, 19 and 2A. RGB value is (155,25,42). Sum of RGB (Red+Green+Blue) = 155+25+42=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B192A is #64E6D5. Grayscale: #414141. Windows color (decimal): -6612694 or 2759067. OLE color: 2759067.

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

Color convert

RGB1552542-
CMYK00.840.730.39
HSL352.15º72.22%35.29%-
HSV(B)352.15º83.87%60.78%-
XYZ14.287.832.95-
YUV65.81114.57191.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 69.82%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=69.82%
G=11.26%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155254200.840.730.39352.1572.2235.29
Hex9B192A05449271604823
Octal233315201241114754011043
Binary10011011110011010100101010010010011001111011000001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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