#962A35

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

Shades of Bright Red #962A35

Tints of Bright Red #962A35

Color information

#962A35 (or 0x962A35) is unknown color: approx Bright Red. HEX triplet: 96, 2A and 35. RGB value is (150,42,53). Sum of RGB (Red+Green+Blue) = 150+42+53=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #962A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962A35 is #69D5CA. Grayscale: #4B4B4B. Windows color (decimal): -6936011 or 3484310. OLE color: 3484310.

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

Color convert

RGB1504253-
CMYK00.720.650.41
HSL353.89º56.25%37.65%-
HSV(B)353.89º72%58.82%-
XYZ14.058.44.25-
YUV75.55115.28181.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.22%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 53 (21.09% from 255) = 21.63%
R=61.22%
G=17.14%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150425300.720.650.41353.8956.2537.65
Hex962A3504841291623826
Octal22652650110101515427046
Binary10010110101010110101010010001000001101001101100010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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