#961A2C

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

Shades of Bright Red #961A2C

Tints of Bright Red #961A2C

Color information

#961A2C (or 0x961A2C) is unknown color: approx Bright Red. HEX triplet: 96, 1A and 2C. RGB value is (150,26,44). Sum of RGB (Red+Green+Blue) = 150+26+44=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #961A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961A2C is #69E5D3. Grayscale: #414141. Windows color (decimal): -6940116 or 2890390. OLE color: 2890390.

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

Color convert

RGB1502644-
CMYK00.830.710.41
HSL351.29º70.45%34.51%-
HSV(B)351.29º82.67%58.82%-
XYZ13.47.43.11-
YUV65.13116.08188.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.18%
GREEN value IS 26 (10.55% from 255) = 11.82%
BLUE value IS 44 (17.58% from 255) = 20%
R=68.18%
G=11.82%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150264400.830.710.41351.2970.4534.51
Hex961A2C053472915f4623
Octal226325401231075153710643
Binary10010110110101011000101001110001111010011010111111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,26,44); }

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

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

 a { background-color: rgb(150,26,44); }

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

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

 span { border-color: rgb(150,26,44); }

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