#9b1530

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

Shades of Bright Red #9B1530

Tints of Bright Red #9B1530

Color information

#9B1530 (or 0x9B1530) is unknown color: approx Bright Red. HEX triplet: 9B, 15 and 30. RGB value is (155,21,48). Sum of RGB (Red+Green+Blue) = 155+21+48=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1530 is #64EACF. Grayscale: #404040. Windows color (decimal): -6613712 or 3151259. OLE color: 3151259.

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

Color convert

RGB1552148-
CMYK00.860.690.39
HSL347.91º76.14%34.51%-
HSV(B)347.91º86.45%60.78%-
XYZ14.327.723.53-
YUV64.14118.89192.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 69.20%
GREEN value IS 21 (8.59% from 255) = 9.38%
BLUE value IS 48 (19.14% from 255) = 21.43%
R=69.20%
G=9.38%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155214800.860.690.39347.9176.1434.51
Hex9B1530056452715c4c23
Octal233256001261054753411443
Binary10011011101011100000101011010001011001111010111001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b1530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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