Html Css Color HEX #952502 Falu Red

📋 copy color: '#952502'

red 149 ◦ green 37 ◦ blue 2

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

Shades of Falu Red #952502

Tints of Falu Red #952502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.68%

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

R = 79.26%
G = 19.68%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#952502 (or 0x952502) is known color: Falu Red. HEX triplet: 95, 25 and 02. RGB value is (149,37,2). Sum of RGB (Red+Green+Blue) = 149+37+2=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #952502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952502 is #6ADAFD. Grayscale: #424242. Windows color (decimal): -7002878 or 140693. OLE color: 140693.

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

Color convert

RGB 149 37 2 -
CMYK 0 0.75 0.99 0.42
HSL 14.29º 0.97% 0.3% -
HSV(B) 14.29º 0.99% 0.58% -
XYZ 13.07 7.72 0.86 -
YUV 66.5 91.61 186.85 -
System Red Green Blue C M Y K H S L
Decimal 149 37 2 0 0.75 0.99 0.42 14.29 0.97 0.3
Hex 95 25 2 0 4B 63 2A E 61 1E
Octal 225 45 2 0 113 143 52 16 141 36
Binary 10010101 100101 10 0 1001011 1100011 101010 1110 1100001 11110

Color Harmonies of #952502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952502

Black with #952502

Text Example


Text Example

White with #952502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952502; }

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

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

background-color css

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

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

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

border-color css

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

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

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