Html Css Color HEX #950A0F Sangria

📋 copy color: '#950A0F'

red 149 ◦ green 10 ◦ blue 15

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

Shades of Sangria #950A0F

Tints of Sangria #950A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.62%

R = 85.63%
G = 5.75%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#950A0F (or 0x950A0F) is known color: Sangria. HEX triplet: 95, 0A and 0F. RGB value is (149,10,15). Sum of RGB (Red+Green+Blue) = 149+10+15=174 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.63% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 149 - color contains mainly: red. Hex color #950A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950A0F is #6AF5F0. Grayscale: #343434. Windows color (decimal): -7009777 or 985749. OLE color: 985749.

HSL color Cylindrical-coordinate representation of color #950A0F: hue angle of 357.84º 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 #950A0F is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 10 15 -
CMYK 0 0.93 0.90 0.42
HSL 357.84º 0.87% 0.31% -
HSV(B) 357.84º 0.93% 0.58% -
XYZ 12.59 6.64 1.07 -
YUV 52.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 149 10 15 0 0.93 0.90 0.42 357.84 0.87 0.31
Hex 95 A F 0 5D 5A 2A 166 57 1F
Octal 225 12 17 0 135 132 52 546 127 37
Binary 10010101 1010 1111 0 1011101 1011010 101010 101100110 1010111 11111

Color Harmonies of #950A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A0F

Black with #950A0F

Text Example


Text Example

White with #950A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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