Html Css Color HEX #962502 Falu Red

📋 copy color: '#962502'

red 150 ◦ green 37 ◦ blue 2

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

Shades of Falu Red #962502

Tints of Falu Red #962502

RGB

 RED value IS 150 (58.98% from 255) = 79.37%

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

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

R = 79.37%
G = 19.58%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#962502 (or 0x962502) is known color: Falu Red. HEX triplet: 96, 25 and 02. RGB value is (150,37,2). Sum of RGB (Red+Green+Blue) = 150+37+2=189 (25% of max value = 765). Red value is 150 (58.98% from 255 or 79.37% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 150 - color contains mainly: red. Hex color #962502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962502 is #69DAFD. Grayscale: #434343. Windows color (decimal): -6937342 or 140694. OLE color: 140694.

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

Color convert

RGB 150 37 2 -
CMYK 0 0.75 0.99 0.41
HSL 14.19º 0.97% 0.3% -
HSV(B) 14.19º 0.99% 0.59% -
XYZ 13.25 7.81 0.87 -
YUV 66.8 91.44 187.35 -
System Red Green Blue C M Y K H S L
Decimal 150 37 2 0 0.75 0.99 0.41 14.19 0.97 0.3
Hex 96 25 2 0 4B 63 29 E 61 1E
Octal 226 45 2 0 113 143 51 16 141 36
Binary 10010110 100101 10 0 1001011 1100011 101001 1110 1100001 11110

Color Harmonies of #962502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962502

Black with #962502

Text Example


Text Example

White with #962502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962502; }

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

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

background-color css

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

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

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

border-color css

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

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

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