Html Css Color HEX #99180C Falu Red

📋 copy color: '#99180C'

red 153 ◦ green 24 ◦ blue 12

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

Shades of Falu Red #99180C

Tints of Falu Red #99180C

RGB

 RED value IS 153 (60.16% from 255) = 80.95%

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 12 (5.08% from 255) = 6.35%

R = 80.95%
G = 12.7%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99180C (or 0x99180C) is known color: Falu Red. HEX triplet: 99, 18 and 0C. RGB value is (153,24,12). Sum of RGB (Red+Green+Blue) = 153+24+12=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #99180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99180C is #66E7F3. Grayscale: #3D3D3D. Windows color (decimal): -6744052 or 792729. OLE color: 792729.

HSL color Cylindrical-coordinate representation of color #99180C: hue angle of 5.11º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99180C is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 24 12 -
CMYK 0 0.84 0.92 0.4
HSL 5.11º 0.85% 0.32% -
HSV(B) 5.11º 0.92% 0.6% -
XYZ 13.53 7.45 1.07 -
YUV 61.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 153 24 12 0 0.84 0.92 0.4 5.11 0.85 0.32
Hex 99 18 C 0 54 5C 28 5 55 20
Octal 231 30 14 0 124 134 50 5 125 40
Binary 10011001 11000 1100 0 1010100 1011100 101000 101 1010101 100000

Color Harmonies of #99180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99180C

Black with #99180C

Text Example


Text Example

White with #99180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99180C; }

 p { color: rgb(153,24,12); }

 H1.HeaderClassName
 {
   color: #99180C;
 }
 .AnyTagClassName
 {
   color: #99180C;
 }
</style>

background-color css

<style>
 a { background-color: #99180C; }

 a { background-color: rgb(153,24,12); }

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

border-color css

<style>
 span { border-color: #99180C; }

 span { border-color: rgb(153,24,12); }

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