#9B152E

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

Shades of Bright Red #9B152E

Tints of Bright Red #9B152E

Color information

#9B152E (or 0x9B152E) is unknown color: approx Bright Red. HEX triplet: 9B, 15 and 2E. RGB value is (155,21,46). Sum of RGB (Red+Green+Blue) = 155+21+46=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B152E is #64EAD1. Grayscale: #3F3F3F. Windows color (decimal): -6613714 or 3020187. OLE color: 3020187.

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

Color convert

RGB1552146-
CMYK00.860.700.39
HSL348.81º76.14%34.51%-
HSV(B)348.81º86.45%60.78%-
XYZ14.287.73.32-
YUV63.92117.89192.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 69.82%
GREEN value IS 21 (8.59% from 255) = 9.46%
BLUE value IS 46 (18.36% from 255) = 20.72%
R=69.82%
G=9.46%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155214600.860.700.39348.8176.1434.51
Hex9B152E056462715d4c23
Octal233255601261064753511443
Binary10011011101011011100101011010001101001111010111011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,21,46); }

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

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

 a { background-color: rgb(155,21,46); }

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

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

 span { border-color: rgb(155,21,46); }

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