Html Css Color HEX #950A0B Sangria

📋 copy color: '#950A0B'

red 149 ◦ green 10 ◦ blue 11

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

Shades of Sangria #950A0B

Tints of Sangria #950A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.47%

R = 87.65%
G = 5.88%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#950A0B (or 0x950A0B) is known color: Sangria. HEX triplet: 95, 0A and 0B. RGB value is (149,10,11). Sum of RGB (Red+Green+Blue) = 149+10+11=170 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.65% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 149 - color contains mainly: red. Hex color #950A0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950A0B is #6AF5F4. Grayscale: #333333. Windows color (decimal): -7009781 or 723605. OLE color: 723605.

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

Color convert

RGB 149 10 11 -
CMYK 0 0.93 0.93 0.42
HSL 359.57º 0.87% 0.31% -
HSV(B) 359.57º 0.93% 0.58% -
XYZ 12.56 6.63 0.93 -
YUV 51.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 149 10 11 0 0.93 0.93 0.42 359.57 0.87 0.31
Hex 95 A B 0 5D 5D 2A 168 57 1F
Octal 225 12 13 0 135 135 52 550 127 37
Binary 10010101 1010 1011 0 1011101 1011101 101010 101101000 1010111 11111

Color Harmonies of #950A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A0B

Black with #950A0B

Text Example


Text Example

White with #950A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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