#962326

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

Shades of Bright Red #962326

Tints of Bright Red #962326

Color information

#962326 (or 0x962326) is unknown color: approx Bright Red. HEX triplet: 96, 23 and 26. RGB value is (150,35,38). Sum of RGB (Red+Green+Blue) = 150+35+38=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #962326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962326 is #69DCD9. Grayscale: #454545. Windows color (decimal): -6937818 or 2499478. OLE color: 2499478.

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

Color convert

RGB1503538-
CMYK00.770.750.41
HSL358.43º62.16%36.27%-
HSV(B)358.43º76.67%58.82%-
XYZ13.537.832.63-
YUV69.73110.1185.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.26%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 38 (15.23% from 255) = 17.04%
R=67.26%
G=15.70%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150353800.770.750.41358.4362.1636.27
Hex96232604D4B291663e24
Octal22643460115113515467644
Binary10010110100011100110010011011001011101001101100110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962326; }

 p { color: rgb(150,35,38); }

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

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

 a { background-color: rgb(150,35,38); }

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

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

 span { border-color: rgb(150,35,38); }

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