Html Css Color HEX #9C0510 Sangria

📋 copy color: '#9C0510'

red 156 ◦ green 5 ◦ blue 16

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

Shades of Sangria #9C0510

Tints of Sangria #9C0510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

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

R = 88.14%
G = 2.82%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9C0510 (or 0x9C0510) is known color: Sangria. HEX triplet: 9C, 05 and 10. RGB value is (156,5,16). Sum of RGB (Red+Green+Blue) = 156+5+16=177 (23% of max value = 765). Red value is 156 (61.33% from 255 or 88.14% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0510 is #63FAEF. Grayscale: #333333. Windows color (decimal): -6552304 or 1050012. OLE color: 1050012.

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

Color convert

RGB 156 5 16 -
CMYK 0 0.97 0.90 0.39
HSL 355.63º 0.94% 0.32% -
HSV(B) 355.63º 0.97% 0.61% -
XYZ 13.86 7.21 1.15 -
YUV 51.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 156 5 16 0 0.97 0.90 0.39 355.63 0.94 0.32
Hex 9C 5 10 0 61 5A 27 164 5E 20
Octal 234 5 20 0 141 132 47 544 136 40
Binary 10011100 101 10000 0 1100001 1011010 100111 101100100 1011110 100000

Color Harmonies of #9C0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0510

Black with #9C0510

Text Example


Text Example

White with #9C0510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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