#962E3C

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

Shades of Bright Red #962E3C

Tints of Bright Red #962E3C

Color information

#962E3C (or 0x962E3C) is unknown color: approx Bright Red. HEX triplet: 96, 2E and 3C. RGB value is (150,46,60). Sum of RGB (Red+Green+Blue) = 150+46+60=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #962E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E3C is #69D1C3. Grayscale: #4E4E4E. Windows color (decimal): -6934980 or 3944086. OLE color: 3944086.

HSL color Cylindrical-coordinate representation of color #962E3C: hue angle of 351.92º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962E3C is Cyan = 0, Magento = 0.69, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB1504660-
CMYK00.690.60.41
HSL351.92º53.06%38.43%-
HSV(B)351.92º69.33%58.82%-
XYZ14.378.765.21-
YUV78.69117.46178.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 46 (18.36% from 255) = 17.97%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=58.59%
G=17.97%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150466000.690.60.41351.9253.0638.43
Hex962E3C0453C291603526
Octal2265674010574515406546
Binary1001011010111011110001000101111100101001101100000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962E3C; }

 p { color: rgb(150,46,60); }

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

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

 a { background-color: rgb(150,46,60); }

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

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

 span { border-color: rgb(150,46,60); }

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