Html Css Color HEX #930A10 Sangria

📋 copy color: '#930A10'

red 147 ◦ green 10 ◦ blue 16

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

Shades of Sangria #930A10

Tints of Sangria #930A10

RGB

 RED value IS 147 (57.81% from 255) = 84.97%

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

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

R = 84.97%
G = 5.78%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#930A10 (or 0x930A10) is known color: Sangria. HEX triplet: 93, 0A and 10. RGB value is (147,10,16). Sum of RGB (Red+Green+Blue) = 147+10+16=173 (22% of max value = 765). Red value is 147 (57.81% from 255 or 84.97% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 147 - color contains mainly: red. Hex color #930A10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930A10 is #6CF5EF. Grayscale: #333333. Windows color (decimal): -7140848 or 1051283. OLE color: 1051283.

HSL color Cylindrical-coordinate representation of color #930A10: hue angle of 357.37º 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 #930A10 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 10 16 -
CMYK 0 0.93 0.89 0.42
HSL 357.37º 0.87% 0.31% -
HSV(B) 357.37º 0.93% 0.58% -
XYZ 12.23 6.46 1.09 -
YUV 51.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 147 10 16 0 0.93 0.89 0.42 357.37 0.87 0.31
Hex 93 A 10 0 5D 59 2A 165 57 1F
Octal 223 12 20 0 135 131 52 545 127 37
Binary 10010011 1010 10000 0 1011101 1011001 101010 101100101 1010111 11111

Color Harmonies of #930A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930A10

Black with #930A10

Text Example


Text Example

White with #930A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930A10; }

 p { color: rgb(147,10,16); }

 H1.HeaderClassName
 {
   color: #930A10;
 }
 .AnyTagClassName
 {
   color: #930A10;
 }
</style>

background-color css

<style>
 a { background-color: #930A10; }

 a { background-color: rgb(147,10,16); }

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

border-color css

<style>
 span { border-color: #930A10; }

 span { border-color: rgb(147,10,16); }

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