#962B42

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

Shades of Bright Red #962B42

Tints of Bright Red #962B42

Color information

#962B42 (or 0x962B42) is unknown color: approx Bright Red. HEX triplet: 96, 2B and 42. RGB value is (150,43,66). Sum of RGB (Red+Green+Blue) = 150+43+66=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #962B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962B42 is #69D4BD. Grayscale: #4D4D4D. Windows color (decimal): -6935742 or 4336534. OLE color: 4336534.

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

Color convert

RGB1504366-
CMYK00.710.560.41
HSL347.1º55.44%37.84%-
HSV(B)347.1º71.33%58.82%-
XYZ14.428.616.05-
YUV77.62121.45179.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 43 (17.19% from 255) = 16.60%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=57.92%
G=16.60%
B=25.48%

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
Decimal150436600.710.560.41347.155.4437.84
Hex962B42047382915b3726
Octal22653102010770515336746
Binary10010110101011100001001000111111000101001101011011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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