Html Css Color HEX #952402 Falu Red

📋 copy color: '#952402'

red 149 ◦ green 36 ◦ blue 2

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

Shades of Falu Red #952402

Tints of Falu Red #952402

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.25%

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

R = 79.68%
G = 19.25%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#952402 (or 0x952402) is known color: Falu Red. HEX triplet: 95, 24 and 02. RGB value is (149,36,2). Sum of RGB (Red+Green+Blue) = 149+36+2=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #952402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952402 is #6ADBFD. Grayscale: #424242. Windows color (decimal): -7003134 or 140437. OLE color: 140437.

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

Color convert

RGB 149 36 2 -
CMYK 0 0.76 0.99 0.42
HSL 13.88º 0.97% 0.3% -
HSV(B) 13.88º 0.99% 0.58% -
XYZ 13.04 7.66 0.85 -
YUV 65.91 91.94 187.26 -
System Red Green Blue C M Y K H S L
Decimal 149 36 2 0 0.76 0.99 0.42 13.88 0.97 0.3
Hex 95 24 2 0 4C 63 2A E 61 1E
Octal 225 44 2 0 114 143 52 16 141 36
Binary 10010101 100100 10 0 1001100 1100011 101010 1110 1100001 11110

Color Harmonies of #952402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952402

Black with #952402

Text Example


Text Example

White with #952402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952402; }

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

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

background-color css

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

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

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

border-color css

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

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

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