#9A2002

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

Shades of Falu Red #9A2002

Tints of Falu Red #9A2002

Color information

#9A2002 (or 0x9A2002) is unknown color: approx Falu Red. HEX triplet: 9A, 20 and 02. RGB value is (154,32,2). Sum of RGB (Red+Green+Blue) = 154+32+2=188 (24% of max value = 765). Red value is 154 (60.55% from 255 or 81.91% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2002 is #65DFFD. Grayscale: #414141. Windows color (decimal): -6676478 or 139418. OLE color: 139418.

HSL color Cylindrical-coordinate representation of color #9A2002: hue angle of 11.84º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A2002 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB154322-
CMYK00.790.990.40
HSL11.84º97.44%30.59%-
HSV(B)11.84º98.7%60.39%-
XYZ13.857.910.85-
YUV65.0692.42191.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 81.91%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=81.91%
G=17.02%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15432200.790.990.4011.8497.4430.59
Hex9A20204F6328c611f
Octal2324020117143501414137
Binary10011010100000100100111111000111010001100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A2002; }

 p { color: rgb(154,32,2); }

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

<style>
 a { background-color: #9A2002; }

 a { background-color: rgb(154,32,2); }

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

<style>
 span { border-color: #9A2002; }

 span { border-color: rgb(154,32,2); }

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