Html Css Color HEX #92020C Sangria

📋 copy color: '#92020C'

red 146 ◦ green 2 ◦ blue 12

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

Shades of Sangria #92020C

Tints of Sangria #92020C

RGB

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

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

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

R = 91.25%
G = 1.25%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#92020C (or 0x92020C) is known color: Sangria. HEX triplet: 92, 02 and 0C. RGB value is (146,2,12). Sum of RGB (Red+Green+Blue) = 146+2+12=160 (21% of max value = 765). Red value is 146 (57.42% from 255 or 91.25% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 146 - color contains mainly: red. Hex color #92020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92020C is #6DFDF3. Grayscale: #2E2E2E. Windows color (decimal): -7208436 or 787090. OLE color: 787090.

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

Color convert

RGB 146 2 12 -
CMYK 0 0.99 0.92 0.43
HSL 355.83º 0.97% 0.29% -
HSV(B) 355.83º 0.99% 0.57% -
XYZ 11.94 6.18 0.91 -
YUV 46.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 146 2 12 0 0.99 0.92 0.43 355.83 0.97 0.29
Hex 92 2 C 0 63 5C 2B 164 61 1D
Octal 222 2 14 0 143 134 53 544 141 35
Binary 10010010 10 1100 0 1100011 1011100 101011 101100100 1100001 11101

Color Harmonies of #92020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92020C

Black with #92020C

Text Example


Text Example

White with #92020C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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