Html Css Color HEX #93000C Sangria

📋 copy color: '#93000C'

red 147 ◦ green 0 ◦ blue 12

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

Shades of Sangria #93000C

Tints of Sangria #93000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.45%
G = 0%
B = 7.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#93000C (or 0x93000C) is known color: Sangria. HEX triplet: 93, 00 and 0C. RGB value is (147,0,12). Sum of RGB (Red+Green+Blue) = 147+0+12=159 (21% of max value = 765). Red value is 147 (57.81% from 255 or 92.45% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 147 - color contains mainly: red. Hex color #93000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93000C is #6CFFF3. Grayscale: #2D2D2D. Windows color (decimal): -7143412 or 786579. OLE color: 786579.

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

Color convert

RGB 147 0 12 -
CMYK 0 1 0.92 0.42
HSL 355.1º 1% 0.29% -
HSV(B) 355.1º 1% 0.58% -
XYZ 12.1 6.23 0.91 -
YUV 45.32 109.2 200.52 -
System Red Green Blue C M Y K H S L
Decimal 147 0 12 0 1 0.92 0.42 355.1 1 0.29
Hex 93 0 C 0 64 5C 2A 163 64 1D
Octal 223 0 14 0 144 134 52 543 144 35
Binary 10010011 0 1100 0 1100100 1011100 101010 101100011 1100100 11101

Color Harmonies of #93000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93000C

Black with #93000C

Text Example


Text Example

White with #93000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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