Html Css Color HEX #9A1210 Falu Red

📋 copy color: '#9A1210'

red 154 ◦ green 18 ◦ blue 16

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

Shades of Falu Red #9A1210

Tints of Falu Red #9A1210

RGB

 RED value IS 154 (60.55% from 255) = 81.91%

 GREEN value IS 18 (7.42% from 255) = 9.57%

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

R = 81.91%
G = 9.57%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A1210 (or 0x9A1210) is known color: Falu Red. HEX triplet: 9A, 12 and 10. RGB value is (154,18,16). Sum of RGB (Red+Green+Blue) = 154+18+16=188 (24% of max value = 765). Red value is 154 (60.55% from 255 or 81.91% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1210 is #65EDEF. Grayscale: #3A3A3A. Windows color (decimal): -6680048 or 1053338. OLE color: 1053338.

HSL color Cylindrical-coordinate representation of color #9A1210: hue angle of 0.87º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1210 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 18 16 -
CMYK 0 0.88 0.90 0.40
HSL 0.87º 0.81% 0.33% -
HSV(B) 0.87º 0.9% 0.6% -
XYZ 13.64 7.34 1.19 -
YUV 58.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 154 18 16 0 0.88 0.90 0.40 0.87 0.81 0.33
Hex 9A 12 10 0 58 5A 28 1 51 21
Octal 232 22 20 0 130 132 50 1 121 41
Binary 10011010 10010 10000 0 1011000 1011010 101000 1 1010001 100001

Color Harmonies of #9A1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1210

Black with #9A1210

Text Example


Text Example

White with #9A1210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,18,16); }

 H1.HeaderClassName
 {
   color: #9A1210;
 }
 .AnyTagClassName
 {
   color: #9A1210;
 }
</style>

background-color css

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

 a { background-color: rgb(154,18,16); }

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

border-color css

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

 span { border-color: rgb(154,18,16); }

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