#961C26

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

Shades of Bright Red #961C26

Tints of Bright Red #961C26

Color information

#961C26 (or 0x961C26) is unknown color: approx Bright Red. HEX triplet: 96, 1C and 26. RGB value is (150,28,38). Sum of RGB (Red+Green+Blue) = 150+28+38=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #961C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C26 is #69E3D9. Grayscale: #414141. Windows color (decimal): -6939610 or 2497686. OLE color: 2497686.

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

Color convert

RGB1502838-
CMYK00.810.750.41
HSL355.08º68.54%34.9%-
HSV(B)355.08º81.33%58.82%-
XYZ13.347.452.57-
YUV65.62112.42188.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.44%
GREEN value IS 28 (11.33% from 255) = 12.96%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=69.44%
G=12.96%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150283800.810.750.41355.0868.5434.9
Hex961C260514B291634523
Octal226344601211135154310543
Binary10010110111001001100101000110010111010011011000111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961C26; }

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

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

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

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

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

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

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

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