Html Css Color HEX #970A0C Sangria

📋 copy color: '#970A0C'

red 151 ◦ green 10 ◦ blue 12

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

Shades of Sangria #970A0C

Tints of Sangria #970A0C

RGB

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

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

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

R = 87.28%
G = 5.78%
B = 6.94%

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

#970A0C (or 0x970A0C) is known color: Sangria. HEX triplet: 97, 0A and 0C. RGB value is (151,10,12). Sum of RGB (Red+Green+Blue) = 151+10+12=173 (22% of max value = 765). Red value is 151 (59.38% from 255 or 87.28% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 151 - color contains mainly: red. Hex color #970A0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970A0C is #68F5F3. Grayscale: #343434. Windows color (decimal): -6878708 or 789143. OLE color: 789143.

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

Color convert

RGB 151 10 12 -
CMYK 0 0.93 0.92 0.41
HSL 359.15º 0.88% 0.32% -
HSV(B) 359.15º 0.93% 0.59% -
XYZ 12.94 6.82 0.98 -
YUV 52.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 151 10 12 0 0.93 0.92 0.41 359.15 0.88 0.32
Hex 97 A C 0 5D 5C 29 167 58 20
Octal 227 12 14 0 135 134 51 547 130 40
Binary 10010111 1010 1100 0 1011101 1011100 101001 101100111 1011000 100000

Color Harmonies of #970A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970A0C

Black with #970A0C

Text Example


Text Example

White with #970A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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