Html Css Color HEX #93020C Sangria

📋 copy color: '#93020C'

red 147 ◦ green 2 ◦ blue 12

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

Shades of Sangria #93020C

Tints of Sangria #93020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.24%

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

R = 91.3%
G = 1.24%
B = 7.45%

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

#93020C (or 0x93020C) is known color: Sangria. HEX triplet: 93, 02 and 0C. RGB value is (147,2,12). Sum of RGB (Red+Green+Blue) = 147+2+12=161 (21% of max value = 765). Red value is 147 (57.81% from 255 or 91.30% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 147 - color contains mainly: red. Hex color #93020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93020C is #6CFDF3. Grayscale: #2E2E2E. Windows color (decimal): -7142900 or 787091. OLE color: 787091.

HSL color Cylindrical-coordinate representation of color #93020C: hue angle of 355.86º degrees, saturation: 0.97, 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 #93020C is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 2 12 -
CMYK 0 0.99 0.92 0.42
HSL 355.86º 0.97% 0.29% -
HSV(B) 355.86º 0.99% 0.58% -
XYZ 12.12 6.27 0.92 -
YUV 46.5 108.54 199.69 -
System Red Green Blue C M Y K H S L
Decimal 147 2 12 0 0.99 0.92 0.42 355.86 0.97 0.29
Hex 93 2 C 0 63 5C 2A 164 61 1D
Octal 223 2 14 0 143 134 52 544 141 35
Binary 10010011 10 1100 0 1100011 1011100 101010 101100100 1100001 11101

Color Harmonies of #93020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93020C

Black with #93020C

Text Example


Text Example

White with #93020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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