Html Css Color HEX #960A0C Sangria

📋 copy color: '#960A0C'

red 150 ◦ green 10 ◦ blue 12

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

Shades of Sangria #960A0C

Tints of Sangria #960A0C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.81%

 BLUE value IS 12 (5.08% from 255) = 6.98%

R = 87.21%
G = 5.81%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#960A0C (or 0x960A0C) is known color: Sangria. HEX triplet: 96, 0A and 0C. RGB value is (150,10,12). Sum of RGB (Red+Green+Blue) = 150+10+12=172 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.21% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 150 - color contains mainly: red. Hex color #960A0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960A0C is #69F5F3. Grayscale: #343434. Windows color (decimal): -6944244 or 789142. OLE color: 789142.

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

Color convert

RGB 150 10 12 -
CMYK 0 0.93 0.92 0.41
HSL 359.14º 0.88% 0.31% -
HSV(B) 359.14º 0.93% 0.59% -
XYZ 12.75 6.73 0.97 -
YUV 52.09 105.38 197.84 -
System Red Green Blue C M Y K H S L
Decimal 150 10 12 0 0.93 0.92 0.41 359.14 0.88 0.31
Hex 96 A C 0 5D 5C 29 167 58 1F
Octal 226 12 14 0 135 134 51 547 130 37
Binary 10010110 1010 1100 0 1011101 1011100 101001 101100111 1011000 11111

Color Harmonies of #960A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960A0C

Black with #960A0C

Text Example


Text Example

White with #960A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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