Html Css Color HEX #921A10 Falu Red

📋 copy color: '#921A10'

red 146 ◦ green 26 ◦ blue 16

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

Shades of Falu Red #921A10

Tints of Falu Red #921A10

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.83%

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

R = 77.66%
G = 13.83%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#921A10 (or 0x921A10) is known color: Falu Red. HEX triplet: 92, 1A and 10. RGB value is (146,26,16). Sum of RGB (Red+Green+Blue) = 146+26+16=188 (24% of max value = 765). Red value is 146 (57.42% from 255 or 77.66% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 146 - color contains mainly: red. Hex color #921A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921A10 is #6DE5EF. Grayscale: #3C3C3C. Windows color (decimal): -7202288 or 1055378. OLE color: 1055378.

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

Color convert

RGB 146 26 16 -
CMYK 0 0.82 0.89 0.43
HSL 4.62º 0.8% 0.32% -
HSV(B) 4.62º 0.89% 0.57% -
XYZ 12.32 6.89 1.17 -
YUV 60.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 146 26 16 0 0.82 0.89 0.43 4.62 0.8 0.32
Hex 92 1A 10 0 52 59 2B 5 50 20
Octal 222 32 20 0 122 131 53 5 120 40
Binary 10010010 11010 10000 0 1010010 1011001 101011 101 1010000 100000

Color Harmonies of #921A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921A10

Black with #921A10

Text Example


Text Example

White with #921A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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