#961430

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

Shades of Bright Red #961430

Tints of Bright Red #961430

Color information

#961430 (or 0x961430) is unknown color: approx Bright Red. HEX triplet: 96, 14 and 30. RGB value is (150,20,48). Sum of RGB (Red+Green+Blue) = 150+20+48=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #961430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961430 is #69EBCF. Grayscale: #3E3E3E. Windows color (decimal): -6941648 or 3150998. OLE color: 3150998.

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

Color convert

RGB1502048-
CMYK00.870.680.41
HSL347.08º76.47%33.33%-
HSV(B)347.08º86.67%58.82%-
XYZ13.367.23.48-
YUV62.06120.07190.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.81%
GREEN value IS 20 (8.20% from 255) = 9.17%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=68.81%
G=9.17%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150204800.870.680.41347.0876.4733.33
Hex961430057442915b4c21
Octal226246001271045153311441
Binary10010110101001100000101011110001001010011010110111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961430; }

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

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

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

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

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

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

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

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