Html Css Color HEX #922502 Falu Red

📋 copy color: '#922502'

red 146 ◦ green 37 ◦ blue 2

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

Shades of Falu Red #922502

Tints of Falu Red #922502

RGB

 RED value IS 146 (57.42% from 255) = 78.92%

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

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

R = 78.92%
G = 20%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#922502 (or 0x922502) is known color: Falu Red. HEX triplet: 92, 25 and 02. RGB value is (146,37,2). Sum of RGB (Red+Green+Blue) = 146+37+2=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #922502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922502 is #6DDAFD. Grayscale: #414141. Windows color (decimal): -7199486 or 140690. OLE color: 140690.

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

Color convert

RGB 146 37 2 -
CMYK 0 0.75 0.99 0.43
HSL 14.58º 0.97% 0.29% -
HSV(B) 14.58º 0.99% 0.57% -
XYZ 12.53 7.44 0.83 -
YUV 65.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 146 37 2 0 0.75 0.99 0.43 14.58 0.97 0.29
Hex 92 25 2 0 4B 63 2B F 61 1D
Octal 222 45 2 0 113 143 53 17 141 35
Binary 10010010 100101 10 0 1001011 1100011 101011 1111 1100001 11101

Color Harmonies of #922502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922502

Black with #922502

Text Example


Text Example

White with #922502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922502; }

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

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

background-color css

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

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

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

border-color css

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

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

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