#962130

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

Shades of Bright Red #962130

Tints of Bright Red #962130

Color information

#962130 (or 0x962130) is unknown color: approx Bright Red. HEX triplet: 96, 21 and 30. RGB value is (150,33,48). Sum of RGB (Red+Green+Blue) = 150+33+48=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #962130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962130 is #69DECF. Grayscale: #454545. Windows color (decimal): -6938320 or 3154326. OLE color: 3154326.

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

Color convert

RGB1503348-
CMYK00.780.680.41
HSL352.31º63.93%35.88%-
HSV(B)352.31º78%58.82%-
XYZ13.667.793.58-
YUV69.69115.76185.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 33 (13.28% from 255) = 14.29%
BLUE value IS 48 (19.14% from 255) = 20.78%
R=64.94%
G=14.29%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150334800.780.680.41352.3163.9335.88
Hex96213004E44291604024
Octal226416001161045154010044
Binary100101101000011100000100111010001001010011011000001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962130; }

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

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

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

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

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

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

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

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