Html Css Color HEX #9C020E Sangria

📋 copy color: '#9C020E'

red 156 ◦ green 2 ◦ blue 14

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

Shades of Sangria #9C020E

Tints of Sangria #9C020E

RGB

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

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

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

R = 90.7%
G = 1.16%
B = 8.14%

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

#9C020E (or 0x9C020E) is known color: Sangria. HEX triplet: 9C, 02 and 0E. RGB value is (156,2,14). Sum of RGB (Red+Green+Blue) = 156+2+14=172 (22% of max value = 765). Red value is 156 (61.33% from 255 or 90.70% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 156 - color contains mainly: red. Hex color #9C020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C020E is #63FDF1. Grayscale: #313131. Windows color (decimal): -6553074 or 918172. OLE color: 918172.

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

Color convert

RGB 156 2 14 -
CMYK 0 0.99 0.91 0.39
HSL 355.32º 0.97% 0.31% -
HSV(B) 355.32º 0.99% 0.61% -
XYZ 13.81 7.14 1.07 -
YUV 49.41 108.02 204.02 -
System Red Green Blue C M Y K H S L
Decimal 156 2 14 0 0.99 0.91 0.39 355.32 0.97 0.31
Hex 9C 2 E 0 63 5B 27 163 61 1F
Octal 234 2 16 0 143 133 47 543 141 37
Binary 10011100 10 1110 0 1100011 1011011 100111 101100011 1100001 11111

Color Harmonies of #9C020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C020E

Black with #9C020E

Text Example


Text Example

White with #9C020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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