#962D3C

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

Shades of Bright Red #962D3C

Tints of Bright Red #962D3C

Color information

#962D3C (or 0x962D3C) is unknown color: approx Bright Red. HEX triplet: 96, 2D and 3C. RGB value is (150,45,60). Sum of RGB (Red+Green+Blue) = 150+45+60=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #962D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D3C is #69D2C3. Grayscale: #4E4E4E. Windows color (decimal): -6935236 or 3943830. OLE color: 3943830.

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

Color convert

RGB1504560-
CMYK00.700.60.41
HSL351.43º53.85%38.24%-
HSV(B)351.43º70%58.82%-
XYZ14.338.695.2-
YUV78.1117.79179.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.82%
GREEN value IS 45 (17.97% from 255) = 17.65%
BLUE value IS 60 (23.83% from 255) = 23.53%
R=58.82%
G=17.65%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150456000.700.60.41351.4353.8538.24
Hex962D3C0463C2915f3626
Octal2265574010674515376646
Binary1001011010110111110001000110111100101001101011111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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