#962A38

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

Shades of Bright Red #962A38

Tints of Bright Red #962A38

Color information

#962A38 (or 0x962A38) is unknown color: approx Bright Red. HEX triplet: 96, 2A and 38. RGB value is (150,42,56). Sum of RGB (Red+Green+Blue) = 150+42+56=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #962A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962A38 is #69D5C7. Grayscale: #4B4B4B. Windows color (decimal): -6936008 or 3680918. OLE color: 3680918.

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

Color convert

RGB1504256-
CMYK00.720.630.41
HSL352.22º56.25%37.65%-
HSV(B)352.22º72%58.82%-
XYZ14.128.434.62-
YUV75.89116.78180.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.48%
GREEN value IS 42 (16.80% from 255) = 16.94%
BLUE value IS 56 (22.27% from 255) = 22.58%
R=60.48%
G=16.94%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150425600.720.630.41352.2256.2537.65
Hex962A380483F291603826
Octal2265270011077515407046
Binary1001011010101011100001001000111111101001101100000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,42,56); }

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

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

 a { background-color: rgb(150,42,56); }

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

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

 span { border-color: rgb(150,42,56); }

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