#962532

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

Shades of Bright Red #962532

Tints of Bright Red #962532

Color information

#962532 (or 0x962532) is unknown color: approx Bright Red. HEX triplet: 96, 25 and 32. RGB value is (150,37,50). Sum of RGB (Red+Green+Blue) = 150+37+50=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #962532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962532 is #69DACD. Grayscale: #484848. Windows color (decimal): -6937294 or 3286422. OLE color: 3286422.

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

Color convert

RGB1503750-
CMYK00.750.670.41
HSL353.1º60.43%36.67%-
HSV(B)353.1º75.33%58.82%-
XYZ13.818.043.84-
YUV72.27115.44183.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.29%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 50 (19.92% from 255) = 21.10%
R=63.29%
G=15.61%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150375000.750.670.41353.160.4336.67
Hex96253204B43291613c25
Octal22645620113103515417445
Binary10010110100101110010010010111000011101001101100001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962532; }

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

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

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

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

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

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

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

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