Html Css Color HEX #920210 Sangria

📋 copy color: '#920210'

red 146 ◦ green 2 ◦ blue 16

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

Shades of Sangria #920210

Tints of Sangria #920210

RGB

 RED value IS 146 (57.42% from 255) = 89.02%

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

 BLUE value IS 16 (6.64% from 255) = 9.76%

R = 89.02%
G = 1.22%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#920210 (or 0x920210) is known color: Sangria. HEX triplet: 92, 02 and 10. RGB value is (146,2,16). Sum of RGB (Red+Green+Blue) = 146+2+16=164 (21% of max value = 765). Red value is 146 (57.42% from 255 or 89.02% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 146 - color contains mainly: red. Hex color #920210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920210 is #6DFDEF. Grayscale: #2E2E2E. Windows color (decimal): -7208432 or 1049234. OLE color: 1049234.

HSL color Cylindrical-coordinate representation of color #920210: hue angle of 354.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920210 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 2 16 -
CMYK 0 0.99 0.89 0.43
HSL 354.17º 0.97% 0.29% -
HSV(B) 354.17º 0.99% 0.57% -
XYZ 11.97 6.19 1.05 -
YUV 46.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 146 2 16 0 0.99 0.89 0.43 354.17 0.97 0.29
Hex 92 2 10 0 63 59 2B 162 61 1D
Octal 222 2 20 0 143 131 53 542 141 35
Binary 10010010 10 10000 0 1100011 1011001 101011 101100010 1100001 11101

Color Harmonies of #920210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920210

Black with #920210

Text Example


Text Example

White with #920210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920210; }

 p { color: rgb(146,2,16); }

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

background-color css

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

 a { background-color: rgb(146,2,16); }

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

border-color css

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

 span { border-color: rgb(146,2,16); }

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