#962030

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

Shades of Bright Red #962030

Tints of Bright Red #962030

Color information

#962030 (or 0x962030) is unknown color: approx Bright Red. HEX triplet: 96, 20 and 30. RGB value is (150,32,48). Sum of RGB (Red+Green+Blue) = 150+32+48=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #962030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962030 is #69DFCF. Grayscale: #454545. Windows color (decimal): -6938576 or 3154070. OLE color: 3154070.

HSL color Cylindrical-coordinate representation of color #962030: hue angle of 351.86º 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 #962030 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1503248-
CMYK00.790.680.41
HSL351.86º64.84%35.69%-
HSV(B)351.86º78.67%58.82%-
XYZ13.637.733.57-
YUV69.11116.09185.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.22%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=65.22%
G=13.91%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150324800.790.680.41351.8664.8435.69
Hex96203004F44291604124
Octal226406001171045154010144
Binary100101101000001100000100111110001001010011011000001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962030; }

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

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

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

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

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

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

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

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