Html Css Color HEX #9C040C Sangria

📋 copy color: '#9C040C'

red 156 ◦ green 4 ◦ blue 12

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

Shades of Sangria #9C040C

Tints of Sangria #9C040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

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

R = 90.7%
G = 2.33%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C040C (or 0x9C040C) is known color: Sangria. HEX triplet: 9C, 04 and 0C. RGB value is (156,4,12). Sum of RGB (Red+Green+Blue) = 156+4+12=172 (22% of max value = 765). Red value is 156 (61.33% from 255 or 90.70% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 156 - color contains mainly: red. Hex color #9C040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C040C is #63FBF3. Grayscale: #323232. Windows color (decimal): -6552564 or 787612. OLE color: 787612.

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

Color convert

RGB 156 4 12 -
CMYK 0 0.97 0.92 0.39
HSL 356.84º 0.95% 0.31% -
HSV(B) 356.84º 0.97% 0.61% -
XYZ 13.82 7.18 1.01 -
YUV 50.36 106.36 203.35 -
System Red Green Blue C M Y K H S L
Decimal 156 4 12 0 0.97 0.92 0.39 356.84 0.95 0.31
Hex 9C 4 C 0 61 5C 27 165 5F 1F
Octal 234 4 14 0 141 134 47 545 137 37
Binary 10011100 100 1100 0 1100001 1011100 100111 101100101 1011111 11111

Color Harmonies of #9C040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C040C

Black with #9C040C

Text Example


Text Example

White with #9C040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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