Html Css Color HEX #9C0C10 Sangria

📋 copy color: '#9C0C10'

red 156 ◦ green 12 ◦ blue 16

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

Shades of Sangria #9C0C10

Tints of Sangria #9C0C10

RGB

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

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

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

R = 84.78%
G = 6.52%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9C0C10 (or 0x9C0C10) is known color: Sangria. HEX triplet: 9C, 0C and 10. RGB value is (156,12,16). Sum of RGB (Red+Green+Blue) = 156+12+16=184 (24% of max value = 765). Red value is 156 (61.33% from 255 or 84.78% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0C10 is #63F3EF. Grayscale: #373737. Windows color (decimal): -6550512 or 1051804. OLE color: 1051804.

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

Color convert

RGB 156 12 16 -
CMYK 0 0.92 0.90 0.39
HSL 358.33º 0.86% 0.33% -
HSV(B) 358.33º 0.92% 0.61% -
XYZ 13.94 7.37 1.18 -
YUV 55.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 156 12 16 0 0.92 0.90 0.39 358.33 0.86 0.33
Hex 9C C 10 0 5C 5A 27 166 56 21
Octal 234 14 20 0 134 132 47 546 126 41
Binary 10011100 1100 10000 0 1011100 1011010 100111 101100110 1010110 100001

Color Harmonies of #9C0C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0C10

Black with #9C0C10

Text Example


Text Example

White with #9C0C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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