#961A2F

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

Shades of Bright Red #961A2F

Tints of Bright Red #961A2F

Color information

#961A2F (or 0x961A2F) is unknown color: approx Bright Red. HEX triplet: 96, 1A and 2F. RGB value is (150,26,47). Sum of RGB (Red+Green+Blue) = 150+26+47=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #961A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961A2F is #69E5D0. Grayscale: #414141. Windows color (decimal): -6940113 or 3086998. OLE color: 3086998.

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

Color convert

RGB1502647-
CMYK00.830.690.41
HSL349.84º70.45%34.51%-
HSV(B)349.84º82.67%58.82%-
XYZ13.467.433.41-
YUV65.47117.58188.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 67.26%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=67.26%
G=11.66%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150264700.830.690.41349.8470.4534.51
Hex961A2F053452915e4623
Octal226325701231055153610643
Binary10010110110101011110101001110001011010011010111101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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