Html Css Color HEX #98180C Falu Red

📋 copy color: '#98180C'

red 152 ◦ green 24 ◦ blue 12

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

Shades of Falu Red #98180C

Tints of Falu Red #98180C

RGB

 RED value IS 152 (59.77% from 255) = 80.85%

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

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

R = 80.85%
G = 12.77%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98180C (or 0x98180C) is known color: Falu Red. HEX triplet: 98, 18 and 0C. RGB value is (152,24,12). Sum of RGB (Red+Green+Blue) = 152+24+12=188 (24% of max value = 765). Red value is 152 (59.77% from 255 or 80.85% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 152 - color contains mainly: red. Hex color #98180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98180C is #67E7F3. Grayscale: #3D3D3D. Windows color (decimal): -6809588 or 792728. OLE color: 792728.

HSL color Cylindrical-coordinate representation of color #98180C: hue angle of 5.14º 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 #98180C is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 12 -
CMYK 0 0.84 0.92 0.40
HSL 5.14º 0.85% 0.32% -
HSV(B) 5.14º 0.92% 0.6% -
XYZ 13.34 7.36 1.06 -
YUV 60.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 152 24 12 0 0.84 0.92 0.40 5.14 0.85 0.32
Hex 98 18 C 0 54 5C 28 5 55 20
Octal 230 30 14 0 124 134 50 5 125 40
Binary 10011000 11000 1100 0 1010100 1011100 101000 101 1010101 100000

Color Harmonies of #98180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98180C

Black with #98180C

Text Example


Text Example

White with #98180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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