#901C02

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

Shades of Falu Red #901C02

Tints of Falu Red #901C02

Color information

#901C02 (or 0x901C02) is unknown color: approx Falu Red. HEX triplet: 90, 1C and 02. RGB value is (144,28,2). Sum of RGB (Red+Green+Blue) = 144+28+2=174 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.76% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 144 - color contains mainly: red. Hex color #901C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901C02 is #6FE3FD. Grayscale: #3B3B3B. Windows color (decimal): -7332862 or 138384. OLE color: 138384.

HSL color Cylindrical-coordinate representation of color #901C02: hue angle of 10.99º 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 #901C02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB144282-
CMYK00.810.990.44
HSL10.99º97.26%28.63%-
HSV(B)10.99º98.61%56.47%-
XYZ11.936.760.73-
YUV59.7295.43188.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 82.76%
GREEN value IS 28 (11.33% from 255) = 16.09%
BLUE value IS 2 (1.17% from 255) = 1.15%
R=82.76%
G=16.09%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14428200.810.990.4410.9997.2628.63
Hex901C2051632Cb611d
Octal2203420121143541314135
Binary1001000011100100101000111000111011001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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