Html Css Color HEX #92010C Sangria

📋 copy color: '#92010C'

red 146 ◦ green 1 ◦ blue 12

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

Shades of Sangria #92010C

Tints of Sangria #92010C

RGB

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

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

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

R = 91.82%
G = 0.63%
B = 7.55%

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

#92010C (or 0x92010C) is known color: Sangria. HEX triplet: 92, 01 and 0C. RGB value is (146,1,12). Sum of RGB (Red+Green+Blue) = 146+1+12=159 (21% of max value = 765). Red value is 146 (57.42% from 255 or 91.82% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 146 - color contains mainly: red. Hex color #92010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92010C is #6DFEF3. Grayscale: #2D2D2D. Windows color (decimal): -7208692 or 786834. OLE color: 786834.

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

Color convert

RGB 146 1 12 -
CMYK 0 0.99 0.92 0.43
HSL 355.45º 0.99% 0.29% -
HSV(B) 355.45º 0.99% 0.57% -
XYZ 11.93 6.16 0.91 -
YUV 45.61 109.04 199.61 -
System Red Green Blue C M Y K H S L
Decimal 146 1 12 0 0.99 0.92 0.43 355.45 0.99 0.29
Hex 92 1 C 0 63 5C 2B 163 63 1D
Octal 222 1 14 0 143 134 53 543 143 35
Binary 10010010 1 1100 0 1100011 1011100 101011 101100011 1100011 11101

Color Harmonies of #92010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92010C

Black with #92010C

Text Example


Text Example

White with #92010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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