Html Css Color HEX #9C0E10 Sangria

📋 copy color: '#9C0E10'

red 156 ◦ green 14 ◦ blue 16

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

Shades of Sangria #9C0E10

Tints of Sangria #9C0E10

RGB

 RED value IS 156 (61.33% from 255) = 83.87%

 GREEN value IS 14 (5.86% from 255) = 7.53%

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

R = 83.87%
G = 7.53%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9C0E10 (or 0x9C0E10) is known color: Sangria. HEX triplet: 9C, 0E and 10. RGB value is (156,14,16). Sum of RGB (Red+Green+Blue) = 156+14+16=186 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.87% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0E10 is #63F1EF. Grayscale: #383838. Windows color (decimal): -6550000 or 1052316. OLE color: 1052316.

HSL color Cylindrical-coordinate representation of color #9C0E10: hue angle of 359.15º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C0E10 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 14 16 -
CMYK 0 0.91 0.90 0.39
HSL 359.15º 0.84% 0.33% -
HSV(B) 359.15º 0.91% 0.61% -
XYZ 13.96 7.42 1.19 -
YUV 56.69 105.04 198.84 -
System Red Green Blue C M Y K H S L
Decimal 156 14 16 0 0.91 0.90 0.39 359.15 0.84 0.33
Hex 9C E 10 0 5B 5A 27 167 54 21
Octal 234 16 20 0 133 132 47 547 124 41
Binary 10011100 1110 10000 0 1011011 1011010 100111 101100111 1010100 100001

Color Harmonies of #9C0E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0E10

Black with #9C0E10

Text Example


Text Example

White with #9C0E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,14,16); }

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

background-color css

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

 a { background-color: rgb(156,14,16); }

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

border-color css

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

 span { border-color: rgb(156,14,16); }

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