Html Css Color HEX #9D0C10 Sangria

📋 copy color: '#9D0C10'

red 157 ◦ green 12 ◦ blue 16

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

Shades of Sangria #9D0C10

Tints of Sangria #9D0C10

RGB

 RED value IS 157 (61.72% from 255) = 84.86%

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

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

R = 84.86%
G = 6.49%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9D0C10 (or 0x9D0C10) is known color: Sangria. HEX triplet: 9D, 0C and 10. RGB value is (157,12,16). Sum of RGB (Red+Green+Blue) = 157+12+16=185 (24% of max value = 765). Red value is 157 (61.72% from 255 or 84.86% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0C10 is #62F3EF. Grayscale: #373737. Windows color (decimal): -6484976 or 1051805. OLE color: 1051805.

HSL color Cylindrical-coordinate representation of color #9D0C10: hue angle of 358.34º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0C10 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 12 16 -
CMYK 0 0.92 0.90 0.38
HSL 358.34º 0.86% 0.33% -
HSV(B) 358.34º 0.92% 0.62% -
XYZ 14.13 7.47 1.19 -
YUV 55.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 157 12 16 0 0.92 0.90 0.38 358.34 0.86 0.33
Hex 9D C 10 0 5C 5A 26 166 56 21
Octal 235 14 20 0 134 132 46 546 126 41
Binary 10011101 1100 10000 0 1011100 1011010 100110 101100110 1010110 100001

Color Harmonies of #9D0C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0C10

Black with #9D0C10

Text Example


Text Example

White with #9D0C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D0C10; }

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

 H1.HeaderClassName
 {
   color: #9D0C10;
 }
 .AnyTagClassName
 {
   color: #9D0C10;
 }
</style>

background-color css

<style>
 a { background-color: #9D0C10; }

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

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

border-color css

<style>
 span { border-color: #9D0C10; }

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

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