#9B2832

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

Shades of Bright Red #9B2832

Tints of Bright Red #9B2832

Color information

#9B2832 (or 0x9B2832) is unknown color: approx Bright Red. HEX triplet: 9B, 28 and 32. RGB value is (155,40,50). Sum of RGB (Red+Green+Blue) = 155+40+50=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2832 is #64D7CD. Grayscale: #4B4B4B. Windows color (decimal): -6608846 or 3287195. OLE color: 3287195.

HSL color Cylindrical-coordinate representation of color #9B2832: hue angle of 354.78º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2832 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB1554050-
CMYK00.740.680.39
HSL354.78º58.97%38.24%-
HSV(B)354.78º74.19%60.78%-
XYZ14.858.723.92-
YUV75.52113.6184.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.27%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=63.27%
G=16.33%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155405000.740.680.39354.7858.9738.24
Hex9B283204A44271633b26
Octal23350620112104475437346
Binary10011011101000110010010010101000100100111101100011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,40,50); }

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

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

 a { background-color: rgb(155,40,50); }

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

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

 span { border-color: rgb(155,40,50); }

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