Html Css Color HEX #940C10 Sangria

📋 copy color: '#940C10'

red 148 ◦ green 12 ◦ blue 16

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

Shades of Sangria #940C10

Tints of Sangria #940C10

RGB

 RED value IS 148 (58.2% from 255) = 84.09%

 GREEN value IS 12 (5.08% from 255) = 6.82%

 BLUE value IS 16 (6.64% from 255) = 9.09%

R = 84.09%
G = 6.82%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#940C10 (or 0x940C10) is known color: Sangria. HEX triplet: 94, 0C and 10. RGB value is (148,12,16). Sum of RGB (Red+Green+Blue) = 148+12+16=176 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.09% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 148 - color contains mainly: red. Hex color #940C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940C10 is #6BF3EF. Grayscale: #353535. Windows color (decimal): -7074800 or 1051796. OLE color: 1051796.

HSL color Cylindrical-coordinate representation of color #940C10: hue angle of 358.24º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C10 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 12 16 -
CMYK 0 0.92 0.89 0.42
HSL 358.24º 0.85% 0.31% -
HSV(B) 358.24º 0.92% 0.58% -
XYZ 12.44 6.6 1.11 -
YUV 53.12 107.06 195.67 -
System Red Green Blue C M Y K H S L
Decimal 148 12 16 0 0.92 0.89 0.42 358.24 0.85 0.31
Hex 94 C 10 0 5C 59 2A 166 55 1F
Octal 224 14 20 0 134 131 52 546 125 37
Binary 10010100 1100 10000 0 1011100 1011001 101010 101100110 1010101 11111

Color Harmonies of #940C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940C10

Black with #940C10

Text Example


Text Example

White with #940C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940C10; }

 p { color: rgb(148,12,16); }

 H1.HeaderClassName
 {
   color: #940C10;
 }
 .AnyTagClassName
 {
   color: #940C10;
 }
</style>

background-color css

<style>
 a { background-color: #940C10; }

 a { background-color: rgb(148,12,16); }

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

border-color css

<style>
 span { border-color: #940C10; }

 span { border-color: rgb(148,12,16); }

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