Html Css Color HEX #970C10 Sangria

📋 copy color: '#970C10'

red 151 ◦ green 12 ◦ blue 16

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

Shades of Sangria #970C10

Tints of Sangria #970C10

RGB

 RED value IS 151 (59.38% from 255) = 84.36%

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

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

R = 84.36%
G = 6.7%
B = 8.94%

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

#970C10 (or 0x970C10) is known color: Sangria. HEX triplet: 97, 0C and 10. RGB value is (151,12,16). Sum of RGB (Red+Green+Blue) = 151+12+16=179 (23% of max value = 765). Red value is 151 (59.38% from 255 or 84.36% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 151 - color contains mainly: red. Hex color #970C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970C10 is #68F3EF. Grayscale: #363636. Windows color (decimal): -6878192 or 1051799. OLE color: 1051799.

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

Color convert

RGB 151 12 16 -
CMYK 0 0.92 0.89 0.41
HSL 358.27º 0.85% 0.32% -
HSV(B) 358.27º 0.92% 0.59% -
XYZ 12.99 6.88 1.13 -
YUV 54.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 151 12 16 0 0.92 0.89 0.41 358.27 0.85 0.32
Hex 97 C 10 0 5C 59 29 166 55 20
Octal 227 14 20 0 134 131 51 546 125 40
Binary 10010111 1100 10000 0 1011100 1011001 101001 101100110 1010101 100000

Color Harmonies of #970C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970C10

Black with #970C10

Text Example


Text Example

White with #970C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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