Html Css Color HEX #952302 Falu Red

📋 copy color: '#952302'

red 149 ◦ green 35 ◦ blue 2

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

Shades of Falu Red #952302

Tints of Falu Red #952302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.82%

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

R = 80.11%
G = 18.82%
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

#952302 (or 0x952302) is known color: Falu Red. HEX triplet: 95, 23 and 02. RGB value is (149,35,2). Sum of RGB (Red+Green+Blue) = 149+35+2=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #952302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952302 is #6ADCFD. Grayscale: #414141. Windows color (decimal): -7003390 or 140181. OLE color: 140181.

HSL color Cylindrical-coordinate representation of color #952302: hue angle of 13.47º 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 #952302 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 35 2 -
CMYK 0 0.77 0.99 0.42
HSL 13.47º 0.97% 0.3% -
HSV(B) 13.47º 0.99% 0.58% -
XYZ 13.01 7.6 0.84 -
YUV 65.32 92.27 187.68 -
System Red Green Blue C M Y K H S L
Decimal 149 35 2 0 0.77 0.99 0.42 13.47 0.97 0.3
Hex 95 23 2 0 4D 63 2A D 61 1E
Octal 225 43 2 0 115 143 52 15 141 36
Binary 10010101 100011 10 0 1001101 1100011 101010 1101 1100001 11110

Color Harmonies of #952302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952302

Black with #952302

Text Example


Text Example

White with #952302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952302; }

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

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

background-color css

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

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

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

border-color css

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

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

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