Html Css Color HEX #952003 Falu Red

📋 copy color: '#952003'

red 149 ◦ green 32 ◦ blue 3

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

Shades of Falu Red #952003

Tints of Falu Red #952003

RGB

 RED value IS 149 (58.59% from 255) = 80.98%

 GREEN value IS 32 (12.89% from 255) = 17.39%

 BLUE value IS 3 (1.56% from 255) = 1.63%

R = 80.98%
G = 17.39%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#952003 (or 0x952003) is known color: Falu Red. HEX triplet: 95, 20 and 03. RGB value is (149,32,3). Sum of RGB (Red+Green+Blue) = 149+32+3=184 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.98% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 149 - color contains mainly: red. Hex color #952003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952003 is #6ADFFC. Grayscale: #3F3F3F. Windows color (decimal): -7004157 or 204949. OLE color: 204949.

HSL color Cylindrical-coordinate representation of color #952003: hue angle of 11.92º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #952003 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 3 -
CMYK 0 0.79 0.98 0.42
HSL 11.92º 0.96% 0.3% -
HSV(B) 11.92º 0.98% 0.58% -
XYZ 12.93 7.43 0.84 -
YUV 63.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 149 32 3 0 0.79 0.98 0.42 11.92 0.96 0.3
Hex 95 20 3 0 4F 62 2A C 60 1E
Octal 225 40 3 0 117 142 52 14 140 36
Binary 10010101 100000 11 0 1001111 1100010 101010 1100 1100000 11110

Color Harmonies of #952003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952003

Black with #952003

Text Example


Text Example

White with #952003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952003; }

 p { color: rgb(149,32,3); }

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

background-color css

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

 a { background-color: rgb(149,32,3); }

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

border-color css

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

 span { border-color: rgb(149,32,3); }

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