#961A2B

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

Shades of Bright Red #961A2B

Tints of Bright Red #961A2B

Color information

#961A2B (or 0x961A2B) is unknown color: approx Bright Red. HEX triplet: 96, 1A and 2B. RGB value is (150,26,43). Sum of RGB (Red+Green+Blue) = 150+26+43=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #961A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961A2B is #69E5D4. Grayscale: #414141. Windows color (decimal): -6940117 or 2824854. OLE color: 2824854.

HSL color Cylindrical-coordinate representation of color #961A2B: hue angle of 351.77º 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 #961A2B is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1502643-
CMYK00.830.710.41
HSL351.77º70.45%34.51%-
HSV(B)351.77º82.67%58.82%-
XYZ13.387.43.01-
YUV65.01115.58188.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.49%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 43 (17.19% from 255) = 19.63%
R=68.49%
G=11.87%
B=19.63%

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
Decimal150264300.830.710.41351.7770.4534.51
Hex961A2B05347291604623
Octal226325301231075154010643
Binary10010110110101010110101001110001111010011011000001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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