#961526

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

Shades of Bright Red #961526

Tints of Bright Red #961526

Color information

#961526 (or 0x961526) is unknown color: approx Bright Red. HEX triplet: 96, 15 and 26. RGB value is (150,21,38). Sum of RGB (Red+Green+Blue) = 150+21+38=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #961526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961526 is #69EAD9. Grayscale: #3D3D3D. Windows color (decimal): -6941402 or 2495894. OLE color: 2495894.

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

Color convert

RGB1502138-
CMYK00.860.750.41
HSL352.09º75.44%33.53%-
HSV(B)352.09º86%58.82%-
XYZ13.27.162.52-
YUV61.51114.74191.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.77%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 38 (15.23% from 255) = 18.18%
R=71.77%
G=10.05%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150213800.860.750.41352.0975.4433.53
Hex9615260564B291604b22
Octal226254601261135154011342
Binary10010110101011001100101011010010111010011011000001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961526; }

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

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

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

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

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

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

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

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