Html Css Color HEX #93010C Sangria

📋 copy color: '#93010C'

red 147 ◦ green 1 ◦ blue 12

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

Shades of Sangria #93010C

Tints of Sangria #93010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

 BLUE value IS 12 (5.08% from 255) = 7.5%

R = 91.88%
G = 0.63%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#93010C (or 0x93010C) is known color: Sangria. HEX triplet: 93, 01 and 0C. RGB value is (147,1,12). Sum of RGB (Red+Green+Blue) = 147+1+12=160 (21% of max value = 765). Red value is 147 (57.81% from 255 or 91.88% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 147 - color contains mainly: red. Hex color #93010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93010C is #6CFEF3. Grayscale: #2E2E2E. Windows color (decimal): -7143156 or 786835. OLE color: 786835.

HSL color Cylindrical-coordinate representation of color #93010C: hue angle of 355.48º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93010C is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 1 12 -
CMYK 0 0.99 0.92 0.42
HSL 355.48º 0.99% 0.29% -
HSV(B) 355.48º 0.99% 0.58% -
XYZ 12.11 6.25 0.92 -
YUV 45.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 147 1 12 0 0.99 0.92 0.42 355.48 0.99 0.29
Hex 93 1 C 0 63 5C 2A 163 63 1D
Octal 223 1 14 0 143 134 52 543 143 35
Binary 10010011 1 1100 0 1100011 1011100 101010 101100011 1100011 11101

Color Harmonies of #93010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93010C

Black with #93010C

Text Example


Text Example

White with #93010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93010C; }

 p { color: rgb(147,1,12); }

 H1.HeaderClassName
 {
   color: #93010C;
 }
 .AnyTagClassName
 {
   color: #93010C;
 }
</style>

background-color css

<style>
 a { background-color: #93010C; }

 a { background-color: rgb(147,1,12); }

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

border-color css

<style>
 span { border-color: #93010C; }

 span { border-color: rgb(147,1,12); }

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