Html Css Color HEX #901C10 Falu Red

📋 copy color: '#901C10'

red 144 ◦ green 28 ◦ blue 16

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

Shades of Falu Red #901C10

Tints of Falu Red #901C10

RGB

 RED value IS 144 (56.64% from 255) = 76.6%

 GREEN value IS 28 (11.33% from 255) = 14.89%

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

R = 76.6%
G = 14.89%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#901C10 (or 0x901C10) is known color: Falu Red. HEX triplet: 90, 1C and 10. RGB value is (144,28,16). Sum of RGB (Red+Green+Blue) = 144+28+16=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #901C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901C10 is #6FE3EF. Grayscale: #3D3D3D. Windows color (decimal): -7332848 or 1055888. OLE color: 1055888.

HSL color Cylindrical-coordinate representation of color #901C10: hue angle of 5.62º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901C10 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 28 16 -
CMYK 0 0.81 0.89 0.44
HSL 5.63º 0.8% 0.31% -
HSV(B) 5.63º 0.89% 0.56% -
XYZ 12.01 6.8 1.17 -
YUV 61.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 144 28 16 0 0.81 0.89 0.44 5.63 0.8 0.31
Hex 90 1C 10 0 51 59 2C 6 50 1F
Octal 220 34 20 0 121 131 54 6 120 37
Binary 10010000 11100 10000 0 1010001 1011001 101100 110 1010000 11111

Color Harmonies of #901C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901C10

Black with #901C10

Text Example


Text Example

White with #901C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901C10; }

 p { color: rgb(144,28,16); }

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

background-color css

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

 a { background-color: rgb(144,28,16); }

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

border-color css

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

 span { border-color: rgb(144,28,16); }

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