Html Css Color HEX #940A0E Sangria

📋 copy color: '#940A0E'

red 148 ◦ green 10 ◦ blue 14

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

Shades of Sangria #940A0E

Tints of Sangria #940A0E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.81%

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

R = 86.05%
G = 5.81%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#940A0E (or 0x940A0E) is known color: Sangria. HEX triplet: 94, 0A and 0E. RGB value is (148,10,14). Sum of RGB (Red+Green+Blue) = 148+10+14=172 (22% of max value = 765). Red value is 148 (58.20% from 255 or 86.05% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 148 - color contains mainly: red. Hex color #940A0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940A0E is #6BF5F1. Grayscale: #333333. Windows color (decimal): -7075314 or 920212. OLE color: 920212.

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

Color convert

RGB 148 10 14 -
CMYK 0 0.93 0.91 0.42
HSL 358.26º 0.87% 0.31% -
HSV(B) 358.26º 0.93% 0.58% -
XYZ 12.4 6.54 1.03 -
YUV 51.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 148 10 14 0 0.93 0.91 0.42 358.26 0.87 0.31
Hex 94 A E 0 5D 5B 2A 166 57 1F
Octal 224 12 16 0 135 133 52 546 127 37
Binary 10010100 1010 1110 0 1011101 1011011 101010 101100110 1010111 11111

Color Harmonies of #940A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940A0E

Black with #940A0E

Text Example


Text Example

White with #940A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,10,14); }

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

background-color css

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

 a { background-color: rgb(148,10,14); }

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

border-color css

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

 span { border-color: rgb(148,10,14); }

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