#901E02

Color #901E02 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #901E02

Tints of Falu Red #901E02

Color information

#901E02 (or 0x901E02) is unknown color: approx Falu Red. HEX triplet: 90, 1E and 02. RGB value is (144,30,2). Sum of RGB (Red+Green+Blue) = 144+30+2=176 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.82% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 144 - color contains mainly: red. Hex color #901E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901E02 is #6FE1FD. Grayscale: #3D3D3D. Windows color (decimal): -7332350 or 138896. OLE color: 138896.

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

Color convert

RGB144302-
CMYK00.790.990.44
HSL11.83º97.26%28.63%-
HSV(B)11.83º98.61%56.47%-
XYZ11.986.860.75-
YUV60.8994.77187.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 81.82%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=81.82%
G=17.05%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14430200.790.990.4411.8397.2628.63
Hex901E204F632Cc611d
Octal2203620117143541414135
Binary1001000011110100100111111000111011001100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,30,2); }

 H1.HeaderClassName
 {
   color: #901E02;
 }
 .AnyTagClassName
 {
   color: #901E02;
 }
</style>
background-color css

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

 a { background-color: rgb(144,30,2); }

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

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

 span { border-color: rgb(144,30,2); }

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