Html Css Color HEX #921212 Falu Red

📋 copy color: '#921212'

red 146 ◦ green 18 ◦ blue 18

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

Shades of Falu Red #921212

Tints of Falu Red #921212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 80.22%
G = 9.89%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#921212 (or 0x921212) is known color: Falu Red. HEX triplet: 92, 12 and 12. RGB value is (146,18,18). Sum of RGB (Red+Green+Blue) = 146+18+18=182 (24% of max value = 765). Red value is 146 (57.42% from 255 or 80.22% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 146 - color contains mainly: red. Hex color #921212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921212 is #6DEDED. Grayscale: #383838. Windows color (decimal): -7204334 or 1184402. OLE color: 1184402.

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

Color convert

RGB 146 18 18 -
CMYK 0 0.88 0.88 0.43
HSL 0.78% 0.32% -
HSV(B) 0.88% 0.57% -
XYZ 12.18 6.59 1.2 -
YUV 56.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 146 18 18 0 0.88 0.88 0.43 0 0.78 0.32
Hex 92 12 12 0 58 58 2B 0 4E 20
Octal 222 22 22 0 130 130 53 0 116 40
Binary 10010010 10010 10010 0 1011000 1011000 101011 0 1001110 100000

Color Harmonies of #921212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921212

Black with #921212

Text Example


Text Example

White with #921212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921212; }

 p { color: rgb(146,18,18); }

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

background-color css

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

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

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

border-color css

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

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

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