#962C42

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

Shades of Bright Red #962C42

Tints of Bright Red #962C42

Color information

#962C42 (or 0x962C42) is unknown color: approx Bright Red. HEX triplet: 96, 2C and 42. RGB value is (150,44,66). Sum of RGB (Red+Green+Blue) = 150+44+66=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #962C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C42 is #69D3BD. Grayscale: #4E4E4E. Windows color (decimal): -6935486 or 4336790. OLE color: 4336790.

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

Color convert

RGB1504466-
CMYK00.710.560.41
HSL347.55º54.64%38.04%-
HSV(B)347.55º70.67%58.82%-
XYZ14.468.686.07-
YUV78.2121.12179.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 44 (17.58% from 255) = 16.92%
BLUE value IS 66 (26.17% from 255) = 25.38%
R=57.69%
G=16.92%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150446600.710.560.41347.5554.6438.04
Hex962C42047382915c3726
Octal22654102010770515346746
Binary10010110101100100001001000111111000101001101011100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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