Html Css Color HEX #930A12 Sangria

📋 copy color: '#930A12'

red 147 ◦ green 10 ◦ blue 18

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

Shades of Sangria #930A12

Tints of Sangria #930A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.29%

R = 84%
G = 5.71%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#930A12 (or 0x930A12) is known color: Sangria. HEX triplet: 93, 0A and 12. RGB value is (147,10,18). Sum of RGB (Red+Green+Blue) = 147+10+18=175 (23% of max value = 765). Red value is 147 (57.81% from 255 or 84% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 147 - color contains mainly: red. Hex color #930A12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930A12 is #6CF5ED. Grayscale: #333333. Windows color (decimal): -7140846 or 1182355. OLE color: 1182355.

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

Color convert

RGB 147 10 18 -
CMYK 0 0.93 0.88 0.42
HSL 356.5º 0.87% 0.31% -
HSV(B) 356.5º 0.93% 0.58% -
XYZ 12.25 6.46 1.17 -
YUV 51.88 108.89 195.85 -
System Red Green Blue C M Y K H S L
Decimal 147 10 18 0 0.93 0.88 0.42 356.5 0.87 0.31
Hex 93 A 12 0 5D 58 2A 164 57 1F
Octal 223 12 22 0 135 130 52 544 127 37
Binary 10010011 1010 10010 0 1011101 1011000 101010 101100100 1010111 11111

Color Harmonies of #930A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930A12

Black with #930A12

Text Example


Text Example

White with #930A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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