Html Css Color HEX #9C010E Sangria

📋 copy color: '#9C010E'

red 156 ◦ green 1 ◦ blue 14

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

Shades of Sangria #9C010E

Tints of Sangria #9C010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 14 (5.86% from 255) = 8.19%

R = 91.23%
G = 0.58%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C010E (or 0x9C010E) is known color: Sangria. HEX triplet: 9C, 01 and 0E. RGB value is (156,1,14). Sum of RGB (Red+Green+Blue) = 156+1+14=171 (22% of max value = 765). Red value is 156 (61.33% from 255 or 91.23% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 156 - color contains mainly: red. Hex color #9C010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C010E is #63FEF1. Grayscale: #303030. Windows color (decimal): -6553330 or 917916. OLE color: 917916.

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

Color convert

RGB 156 1 14 -
CMYK 0 0.99 0.91 0.39
HSL 354.97º 0.99% 0.31% -
HSV(B) 354.97º 0.99% 0.61% -
XYZ 13.8 7.12 1.06 -
YUV 48.83 108.35 204.44 -
System Red Green Blue C M Y K H S L
Decimal 156 1 14 0 0.99 0.91 0.39 354.97 0.99 0.31
Hex 9C 1 E 0 63 5B 27 163 63 1F
Octal 234 1 16 0 143 133 47 543 143 37
Binary 10011100 1 1110 0 1100011 1011011 100111 101100011 1100011 11111

Color Harmonies of #9C010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C010E

Black with #9C010E

Text Example


Text Example

White with #9C010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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