Html Css Color HEX #9C020C Sangria

📋 copy color: '#9C020C'

red 156 ◦ green 2 ◦ blue 12

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

Shades of Sangria #9C020C

Tints of Sangria #9C020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

 BLUE value IS 12 (5.08% from 255) = 7.06%

R = 91.76%
G = 1.18%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C020C (or 0x9C020C) is known color: Sangria. HEX triplet: 9C, 02 and 0C. RGB value is (156,2,12). Sum of RGB (Red+Green+Blue) = 156+2+12=170 (22% of max value = 765). Red value is 156 (61.33% from 255 or 91.76% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 156 - color contains mainly: red. Hex color #9C020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C020C is #63FDF3. Grayscale: #313131. Windows color (decimal): -6553076 or 787100. OLE color: 787100.

HSL color Cylindrical-coordinate representation of color #9C020C: hue angle of 356.1º degrees, saturation: 0.97, 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 #9C020C is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 2 12 -
CMYK 0 0.99 0.92 0.39
HSL 356.1º 0.97% 0.31% -
HSV(B) 356.1º 0.99% 0.61% -
XYZ 13.8 7.14 1 -
YUV 49.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 156 2 12 0 0.99 0.92 0.39 356.1 0.97 0.31
Hex 9C 2 C 0 63 5C 27 164 61 1F
Octal 234 2 14 0 143 134 47 544 141 37
Binary 10011100 10 1100 0 1100011 1011100 100111 101100100 1100001 11111

Color Harmonies of #9C020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C020C

Black with #9C020C

Text Example


Text Example

White with #9C020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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