#962932

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

Shades of Bright Red #962932

Tints of Bright Red #962932

Color information

#962932 (or 0x962932) is unknown color: approx Bright Red. HEX triplet: 96, 29 and 32. RGB value is (150,41,50). Sum of RGB (Red+Green+Blue) = 150+41+50=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #962932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962932 is #69D6CD. Grayscale: #4A4A4A. Windows color (decimal): -6936270 or 3287446. OLE color: 3287446.

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

Color convert

RGB1504150-
CMYK00.730.670.41
HSL355.05º57.07%37.45%-
HSV(B)355.05º72.67%58.82%-
XYZ13.958.33.88-
YUV74.62114.11181.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.24%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=62.24%
G=17.01%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150415000.730.670.41355.0557.0737.45
Hex96293204943291633925
Octal22651620111103515437145
Binary10010110101001110010010010011000011101001101100011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962932; }

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

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

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

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

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

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

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

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