#962035

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

Shades of Bright Red #962035

Tints of Bright Red #962035

Color information

#962035 (or 0x962035) is unknown color: approx Bright Red. HEX triplet: 96, 20 and 35. RGB value is (150,32,53). Sum of RGB (Red+Green+Blue) = 150+32+53=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #962035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962035 is #69DFCA. Grayscale: #454545. Windows color (decimal): -6938571 or 3481750. OLE color: 3481750.

HSL color Cylindrical-coordinate representation of color #962035: hue angle of 349.32º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962035 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1503253-
CMYK00.790.650.41
HSL349.32º64.84%35.69%-
HSV(B)349.32º78.67%58.82%-
XYZ13.747.774.14-
YUV69.68118.59185.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.83%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 53 (21.09% from 255) = 22.55%
R=63.83%
G=13.62%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150325300.790.650.41349.3264.8435.69
Hex96203504F412915d4124
Octal226406501171015153510144
Binary100101101000001101010100111110000011010011010111011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962035; }

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

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

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

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

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

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

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

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