Html Css Color HEX #901B03 Falu Red

📋 copy color: '#901B03'

red 144 ◦ green 27 ◦ blue 3

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

Shades of Falu Red #901B03

Tints of Falu Red #901B03

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.52%

 BLUE value IS 3 (1.56% from 255) = 1.72%

R = 82.76%
G = 15.52%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#901B03 (or 0x901B03) is known color: Falu Red. HEX triplet: 90, 1B and 03. RGB value is (144,27,3). Sum of RGB (Red+Green+Blue) = 144+27+3=174 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.76% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 144 - color contains mainly: red. Hex color #901B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901B03 is #6FE4FC. Grayscale: #3B3B3B. Windows color (decimal): -7333117 or 203664. OLE color: 203664.

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

Color convert

RGB 144 27 3 -
CMYK 0 0.81 0.98 0.44
HSL 10.21º 0.96% 0.29% -
HSV(B) 10.21º 0.98% 0.56% -
XYZ 11.91 6.72 0.76 -
YUV 59.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 144 27 3 0 0.81 0.98 0.44 10.21 0.96 0.29
Hex 90 1B 3 0 51 62 2C A 60 1D
Octal 220 33 3 0 121 142 54 12 140 35
Binary 10010000 11011 11 0 1010001 1100010 101100 1010 1100000 11101

Color Harmonies of #901B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901B03

Black with #901B03

Text Example


Text Example

White with #901B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,27,3); }

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

background-color css

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

 a { background-color: rgb(144,27,3); }

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

border-color css

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

 span { border-color: rgb(144,27,3); }

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