Html Css Color HEX #960C10 Sangria

📋 copy color: '#960C10'

red 150 ◦ green 12 ◦ blue 16

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

Shades of Sangria #960C10

Tints of Sangria #960C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.74%

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

R = 84.27%
G = 6.74%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#960C10 (or 0x960C10) is known color: Sangria. HEX triplet: 96, 0C and 10. RGB value is (150,12,16). Sum of RGB (Red+Green+Blue) = 150+12+16=178 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.27% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 150 - color contains mainly: red. Hex color #960C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960C10 is #69F3EF. Grayscale: #353535. Windows color (decimal): -6943728 or 1051798. OLE color: 1051798.

HSL color Cylindrical-coordinate representation of color #960C10: hue angle of 358.26º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960C10 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 12 16 -
CMYK 0 0.92 0.89 0.41
HSL 358.26º 0.85% 0.32% -
HSV(B) 358.26º 0.92% 0.59% -
XYZ 12.8 6.78 1.12 -
YUV 53.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 150 12 16 0 0.92 0.89 0.41 358.26 0.85 0.32
Hex 96 C 10 0 5C 59 29 166 55 20
Octal 226 14 20 0 134 131 51 546 125 40
Binary 10010110 1100 10000 0 1011100 1011001 101001 101100110 1010101 100000

Color Harmonies of #960C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960C10

Black with #960C10

Text Example


Text Example

White with #960C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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