Html Css Color HEX #992002 Falu Red

📋 copy color: '#992002'

red 153 ◦ green 32 ◦ blue 2

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

Shades of Falu Red #992002

Tints of Falu Red #992002

RGB

 RED value IS 153 (60.16% from 255) = 81.82%

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

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

R = 81.82%
G = 17.11%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#992002 (or 0x992002) is known color: Falu Red. HEX triplet: 99, 20 and 02. RGB value is (153,32,2). Sum of RGB (Red+Green+Blue) = 153+32+2=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #992002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992002 is #66DFFD. Grayscale: #414141. Windows color (decimal): -6742014 or 139417. OLE color: 139417.

HSL color Cylindrical-coordinate representation of color #992002: hue angle of 11.92º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #992002 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 2 -
CMYK 0 0.79 0.99 0.4
HSL 11.92º 0.97% 0.3% -
HSV(B) 11.92º 0.99% 0.6% -
XYZ 13.66 7.81 0.84 -
YUV 64.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 153 32 2 0 0.79 0.99 0.4 11.92 0.97 0.3
Hex 99 20 2 0 4F 63 28 C 61 1E
Octal 231 40 2 0 117 143 50 14 141 36
Binary 10011001 100000 10 0 1001111 1100011 101000 1100 1100001 11110

Color Harmonies of #992002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992002

Black with #992002

Text Example


Text Example

White with #992002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992002; }

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

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

background-color css

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

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

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

border-color css

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

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

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