Html Css Color HEX #932002 Falu Red

📋 copy color: '#932002'

red 147 ◦ green 32 ◦ blue 2

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

Shades of Falu Red #932002

Tints of Falu Red #932002

RGB

 RED value IS 147 (57.81% from 255) = 81.22%

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

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

R = 81.22%
G = 17.68%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#932002 (or 0x932002) is known color: Falu Red. HEX triplet: 93, 20 and 02. RGB value is (147,32,2). Sum of RGB (Red+Green+Blue) = 147+32+2=181 (23% of max value = 765). Red value is 147 (57.81% from 255 or 81.22% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 147 - color contains mainly: red. Hex color #932002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932002 is #6CDFFD. Grayscale: #3F3F3F. Windows color (decimal): -7135230 or 139411. OLE color: 139411.

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

Color convert

RGB 147 32 2 -
CMYK 0 0.78 0.99 0.42
HSL 12.41º 0.97% 0.29% -
HSV(B) 12.41º 0.99% 0.58% -
XYZ 12.56 7.24 0.79 -
YUV 62.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 147 32 2 0 0.78 0.99 0.42 12.41 0.97 0.29
Hex 93 20 2 0 4E 63 2A C 61 1D
Octal 223 40 2 0 116 143 52 14 141 35
Binary 10010011 100000 10 0 1001110 1100011 101010 1100 1100001 11101

Color Harmonies of #932002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932002

Black with #932002

Text Example


Text Example

White with #932002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932002; }

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

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

background-color css

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

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

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

border-color css

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

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

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