Html Css Color HEX #3F191F Rustic Red

📋 copy color: '#3F191F'

red 63 ◦ green 25 ◦ blue 31

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

Shades of Rustic Red #3F191F

Tints of Rustic Red #3F191F

RGB

 RED value IS 63 (25% from 255) = 52.94%

 GREEN value IS 25 (10.16% from 255) = 21.01%

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 52.94%
G = 21.01%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#3F191F (or 0x3F191F) is known color: Rustic Red. HEX triplet: 3F, 19 and 1F. RGB value is (63,25,31). Sum of RGB (Red+Green+Blue) = 63+25+31=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F191F is #C0E6E0. Grayscale: #252525. Windows color (decimal): -12642017 or 2038079. OLE color: 2038079.

HSL color Cylindrical-coordinate representation of color #3F191F: hue angle of 350.53º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F191F is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 25 31 -
CMYK 0 0.60 0.51 0.75
HSL 350.53º 0.43% 0.17% -
HSV(B) 350.53º 0.6% 0.25% -
XYZ 2.64 1.85 1.51 -
YUV 37.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 63 25 31 0 0.60 0.51 0.75 350.53 0.43 0.17
Hex 3F 19 1F 0 3C 33 4B 15F 2B 11
Octal 77 31 37 0 74 63 113 537 53 21
Binary 111111 11001 11111 0 111100 110011 1001011 101011111 101011 10001

Color Harmonies of #3F191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F191F

Black with #3F191F

Text Example


Text Example

White with #3F191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F191F; }

 p { color: rgb(63,25,31); }

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

background-color css

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

 a { background-color: rgb(63,25,31); }

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

border-color css

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

 span { border-color: rgb(63,25,31); }

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