Html Css Color HEX #92140C Falu Red

📋 copy color: '#92140C'

red 146 ◦ green 20 ◦ blue 12

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

Shades of Falu Red #92140C

Tints of Falu Red #92140C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

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

R = 82.02%
G = 11.24%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#92140C (or 0x92140C) is known color: Falu Red. HEX triplet: 92, 14 and 0C. RGB value is (146,20,12). Sum of RGB (Red+Green+Blue) = 146+20+12=178 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.02% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 146 - color contains mainly: red. Hex color #92140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92140C is #6DEBF3. Grayscale: #383838. Windows color (decimal): -7203828 or 791698. OLE color: 791698.

HSL color Cylindrical-coordinate representation of color #92140C: hue angle of 3.58º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92140C is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 20 12 -
CMYK 0 0.86 0.92 0.43
HSL 3.58º 0.85% 0.31% -
HSV(B) 3.58º 0.92% 0.57% -
XYZ 12.17 6.64 0.99 -
YUV 56.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 146 20 12 0 0.86 0.92 0.43 3.58 0.85 0.31
Hex 92 14 C 0 56 5C 2B 4 55 1F
Octal 222 24 14 0 126 134 53 4 125 37
Binary 10010010 10100 1100 0 1010110 1011100 101011 100 1010101 11111

Color Harmonies of #92140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92140C

Black with #92140C

Text Example


Text Example

White with #92140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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