#9B2132

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

Shades of Bright Red #9B2132

Tints of Bright Red #9B2132

Color information

#9B2132 (or 0x9B2132) is unknown color: approx Bright Red. HEX triplet: 9B, 21 and 32. RGB value is (155,33,50). Sum of RGB (Red+Green+Blue) = 155+33+50=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2132 is #64DECD. Grayscale: #474747. Windows color (decimal): -6610638 or 3285403. OLE color: 3285403.

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

Color convert

RGB1553350-
CMYK00.790.680.39
HSL351.64º64.89%36.86%-
HSV(B)351.64º78.71%60.78%-
XYZ14.648.293.85-
YUV71.42115.92187.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.13%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 50 (19.92% from 255) = 21.01%
R=65.13%
G=13.87%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155335000.790.680.39351.6464.8936.86
Hex9B213204F44271604125
Octal233416201171044754010145
Binary100110111000011100100100111110001001001111011000001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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