Html Css Color HEX #960010 Sangria

📋 copy color: '#960010'

red 150 ◦ green 0 ◦ blue 16

#960010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #960010

Tints of Sangria #960010

RGB

 RED value IS 150 (58.98% from 255) = 90.36%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 9.64%

R = 90.36%
G = 0%
B = 9.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#960010 (or 0x960010) is known color: Sangria. HEX triplet: 96, 00 and 10. RGB value is (150,0,16). Sum of RGB (Red+Green+Blue) = 150+0+16=166 (21% of max value = 765). Red value is 150 (58.98% from 255 or 90.36% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 150 - color contains mainly: red. Hex color #960010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960010 is #69FFEF. Grayscale: #2E2E2E. Windows color (decimal): -6946800 or 1048726. OLE color: 1048726.

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

Color convert

RGB 150 0 16 -
CMYK 0 1 0.89 0.41
HSL 353.6º 1% 0.29% -
HSV(B) 353.6º 1% 0.59% -
XYZ 12.67 6.52 1.08 -
YUV 46.67 110.7 201.7 -
System Red Green Blue C M Y K H S L
Decimal 150 0 16 0 1 0.89 0.41 353.6 1 0.29
Hex 96 0 10 0 64 59 29 162 64 1D
Octal 226 0 20 0 144 131 51 542 144 35
Binary 10010110 0 10000 0 1100100 1011001 101001 101100010 1100100 11101

Color Harmonies of #960010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960010

Black with #960010

Text Example


Text Example

White with #960010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960010; }

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

 H1.HeaderClassName
 {
   color: #960010;
 }
 .AnyTagClassName
 {
   color: #960010;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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