#960002

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

Shades of Sangria #960002

Tints of Sangria #960002

Color information

#960002 (or 0x960002) is unknown color: approx Sangria. HEX triplet: 96, 00 and 02. RGB value is (150,0,2). Sum of RGB (Red+Green+Blue) = 150+0+2=152 (20% of max value = 765). Red value is 150 (58.98% from 255 or 98.68% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 150 - color contains mainly: red. Hex color #960002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960002 is #69FFFD. Grayscale: #2D2D2D. Windows color (decimal): -6946814 or 131222. OLE color: 131222.

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

Color convert

RGB15002-
CMYK010.990.41
HSL359.2º100%29.41%-
HSV(B)359.2º100%58.82%-
XYZ12.596.490.65-
YUV45.08103.7202.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 98.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=98.68%
G=0%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15002010.990.41359.210029.41
Hex96020646329167641d
Octal2260201441435154714435
Binary10010110010011001001100011101001101100111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960002; }

 p { color: rgb(150,0,2); }

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

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

 a { background-color: rgb(150,0,2); }

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

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

 span { border-color: rgb(150,0,2); }

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