Html Css Color HEX #952202 Falu Red

📋 copy color: '#952202'

red 149 ◦ green 34 ◦ blue 2

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

Shades of Falu Red #952202

Tints of Falu Red #952202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.38%

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 80.54%
G = 18.38%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#952202 (or 0x952202) is known color: Falu Red. HEX triplet: 95, 22 and 02. RGB value is (149,34,2). Sum of RGB (Red+Green+Blue) = 149+34+2=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #952202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952202 is #6ADDFD. Grayscale: #404040. Windows color (decimal): -7003646 or 139925. OLE color: 139925.

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

Color convert

RGB 149 34 2 -
CMYK 0 0.77 0.99 0.42
HSL 13.06º 0.97% 0.3% -
HSV(B) 13.06º 0.99% 0.58% -
XYZ 12.98 7.54 0.83 -
YUV 64.74 92.6 188.1 -
System Red Green Blue C M Y K H S L
Decimal 149 34 2 0 0.77 0.99 0.42 13.06 0.97 0.3
Hex 95 22 2 0 4D 63 2A D 61 1E
Octal 225 42 2 0 115 143 52 15 141 36
Binary 10010101 100010 10 0 1001101 1100011 101010 1101 1100001 11110

Color Harmonies of #952202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952202

Black with #952202

Text Example


Text Example

White with #952202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952202; }

 p { color: rgb(149,34,2); }

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

background-color css

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

 a { background-color: rgb(149,34,2); }

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

border-color css

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

 span { border-color: rgb(149,34,2); }

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