#962C36

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

Shades of Bright Red #962C36

Tints of Bright Red #962C36

Color information

#962C36 (or 0x962C36) is unknown color: approx Bright Red. HEX triplet: 96, 2C and 36. RGB value is (150,44,54). Sum of RGB (Red+Green+Blue) = 150+44+54=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #962C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C36 is #69D3C9. Grayscale: #4C4C4C. Windows color (decimal): -6935498 or 3550358. OLE color: 3550358.

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

Color convert

RGB1504454-
CMYK00.710.640.41
HSL354.34º54.64%38.04%-
HSV(B)354.34º70.67%58.82%-
XYZ14.148.554.4-
YUV76.83115.12180.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.48%
GREEN value IS 44 (17.58% from 255) = 17.74%
BLUE value IS 54 (21.48% from 255) = 21.77%
R=60.48%
G=17.74%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150445400.710.640.41354.3454.6438.04
Hex962C3604740291623726
Octal22654660107100515426746
Binary10010110101100110110010001111000000101001101100010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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