Html Css Color HEX #9C040B Sangria

📋 copy color: '#9C040B'

red 156 ◦ green 4 ◦ blue 11

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

Shades of Sangria #9C040B

Tints of Sangria #9C040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.43%

R = 91.23%
G = 2.34%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9C040B (or 0x9C040B) is known color: Sangria. HEX triplet: 9C, 04 and 0B. RGB value is (156,4,11). Sum of RGB (Red+Green+Blue) = 156+4+11=171 (22% of max value = 765). Red value is 156 (61.33% from 255 or 91.23% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 156 - color contains mainly: red. Hex color #9C040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C040B is #63FBF4. Grayscale: #323232. Windows color (decimal): -6552565 or 722076. OLE color: 722076.

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

Color convert

RGB 156 4 11 -
CMYK 0 0.97 0.93 0.39
HSL 357.24º 0.95% 0.31% -
HSV(B) 357.24º 0.97% 0.61% -
XYZ 13.81 7.18 0.97 -
YUV 50.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 156 4 11 0 0.97 0.93 0.39 357.24 0.95 0.31
Hex 9C 4 B 0 61 5D 27 165 5F 1F
Octal 234 4 13 0 141 135 47 545 137 37
Binary 10011100 100 1011 0 1100001 1011101 100111 101100101 1011111 11111

Color Harmonies of #9C040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C040B

Black with #9C040B

Text Example


Text Example

White with #9C040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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