Html Css Color HEX #950A12 Sangria

📋 copy color: '#950A12'

red 149 ◦ green 10 ◦ blue 18

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

Shades of Sangria #950A12

Tints of Sangria #950A12

RGB

 RED value IS 149 (58.59% from 255) = 84.18%

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

 BLUE value IS 18 (7.42% from 255) = 10.17%

R = 84.18%
G = 5.65%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#950A12 (or 0x950A12) is known color: Sangria. HEX triplet: 95, 0A and 12. RGB value is (149,10,18). Sum of RGB (Red+Green+Blue) = 149+10+18=177 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.18% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 149 - color contains mainly: red. Hex color #950A12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950A12 is #6AF5ED. Grayscale: #343434. Windows color (decimal): -7009774 or 1182357. OLE color: 1182357.

HSL color Cylindrical-coordinate representation of color #950A12: hue angle of 356.55º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A12 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 10 18 -
CMYK 0 0.93 0.88 0.42
HSL 356.55º 0.87% 0.31% -
HSV(B) 356.55º 0.93% 0.58% -
XYZ 12.61 6.65 1.19 -
YUV 52.47 108.55 196.85 -
System Red Green Blue C M Y K H S L
Decimal 149 10 18 0 0.93 0.88 0.42 356.55 0.87 0.31
Hex 95 A 12 0 5D 58 2A 165 57 1F
Octal 225 12 22 0 135 130 52 545 127 37
Binary 10010101 1010 10010 0 1011101 1011000 101010 101100101 1010111 11111

Color Harmonies of #950A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A12

Black with #950A12

Text Example


Text Example

White with #950A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950A12; }

 p { color: rgb(149,10,18); }

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

background-color css

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

 a { background-color: rgb(149,10,18); }

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

border-color css

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

 span { border-color: rgb(149,10,18); }

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