Html Css Color HEX #930A0F Sangria

📋 copy color: '#930A0F'

red 147 ◦ green 10 ◦ blue 15

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

Shades of Sangria #930A0F

Tints of Sangria #930A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 85.47%
G = 5.81%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#930A0F (or 0x930A0F) is known color: Sangria. HEX triplet: 93, 0A and 0F. RGB value is (147,10,15). Sum of RGB (Red+Green+Blue) = 147+10+15=172 (22% of max value = 765). Red value is 147 (57.81% from 255 or 85.47% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 147 - color contains mainly: red. Hex color #930A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930A0F is #6CF5F0. Grayscale: #333333. Windows color (decimal): -7140849 or 985747. OLE color: 985747.

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

Color convert

RGB 147 10 15 -
CMYK 0 0.93 0.90 0.42
HSL 357.81º 0.87% 0.31% -
HSV(B) 357.81º 0.93% 0.58% -
XYZ 12.23 6.45 1.05 -
YUV 51.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 147 10 15 0 0.93 0.90 0.42 357.81 0.87 0.31
Hex 93 A F 0 5D 5A 2A 166 57 1F
Octal 223 12 17 0 135 132 52 546 127 37
Binary 10010011 1010 1111 0 1011101 1011010 101010 101100110 1010111 11111

Color Harmonies of #930A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930A0F

Black with #930A0F

Text Example


Text Example

White with #930A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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