#962B32

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

Shades of Bright Red #962B32

Tints of Bright Red #962B32

Color information

#962B32 (or 0x962B32) is unknown color: approx Bright Red. HEX triplet: 96, 2B and 32. RGB value is (150,43,50). Sum of RGB (Red+Green+Blue) = 150+43+50=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #962B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962B32 is #69D4CD. Grayscale: #4B4B4B. Windows color (decimal): -6935758 or 3287958. OLE color: 3287958.

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

Color convert

RGB1504350-
CMYK00.710.670.41
HSL356.07º55.44%37.84%-
HSV(B)356.07º71.33%58.82%-
XYZ14.028.443.91-
YUV75.79113.45180.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.73%
GREEN value IS 43 (17.19% from 255) = 17.70%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=61.73%
G=17.70%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150435000.710.670.41356.0755.4437.84
Hex962B3204743291643726
Octal22653620107103515446746
Binary10010110101011110010010001111000011101001101100100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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