#962132

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

Shades of Bright Red #962132

Tints of Bright Red #962132

Color information

#962132 (or 0x962132) is unknown color: approx Bright Red. HEX triplet: 96, 21 and 32. RGB value is (150,33,50). Sum of RGB (Red+Green+Blue) = 150+33+50=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #962132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962132 is #69DECD. Grayscale: #454545. Windows color (decimal): -6938318 or 3285398. OLE color: 3285398.

HSL color Cylindrical-coordinate representation of color #962132: hue angle of 351.28º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962132 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB1503350-
CMYK00.780.670.41
HSL351.28º63.93%35.88%-
HSV(B)351.28º78%58.82%-
XYZ13.77.83.8-
YUV69.92116.76185.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.38%
GREEN value IS 33 (13.28% from 255) = 14.16%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=64.38%
G=14.16%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150335000.780.670.41351.2863.9335.88
Hex96213204E432915f4024
Octal226416201161035153710044
Binary100101101000011100100100111010000111010011010111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962132; }

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

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

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

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

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

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

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

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