Html Css Color HEX #952002 Falu Red

📋 copy color: '#952002'

red 149 ◦ green 32 ◦ blue 2

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

Shades of Falu Red #952002

Tints of Falu Red #952002

RGB

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

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

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

R = 81.42%
G = 17.49%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#952002 (or 0x952002) is known color: Falu Red. HEX triplet: 95, 20 and 02. RGB value is (149,32,2). Sum of RGB (Red+Green+Blue) = 149+32+2=183 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.42% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 149 - color contains mainly: red. Hex color #952002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952002 is #6ADFFD. Grayscale: #3F3F3F. Windows color (decimal): -7004158 or 139413. OLE color: 139413.

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

Color convert

RGB 149 32 2 -
CMYK 0 0.79 0.99 0.42
HSL 12.24º 0.97% 0.3% -
HSV(B) 12.24º 0.99% 0.58% -
XYZ 12.92 7.43 0.81 -
YUV 63.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 149 32 2 0 0.79 0.99 0.42 12.24 0.97 0.3
Hex 95 20 2 0 4F 63 2A C 61 1E
Octal 225 40 2 0 117 143 52 14 141 36
Binary 10010101 100000 10 0 1001111 1100011 101010 1100 1100001 11110

Color Harmonies of #952002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952002

Black with #952002

Text Example


Text Example

White with #952002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952002; }

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

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

background-color css

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

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

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

border-color css

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

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

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