Html Css Color HEX #3F141D Rustic Red

📋 copy color: '#3F141D'

red 63 ◦ green 20 ◦ blue 29

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

Shades of Rustic Red #3F141D

Tints of Rustic Red #3F141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.86%

 BLUE value IS 29 (11.72% from 255) = 25.89%

R = 56.25%
G = 17.86%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#3F141D (or 0x3F141D) is known color: Rustic Red. HEX triplet: 3F, 14 and 1D. RGB value is (63,20,29). Sum of RGB (Red+Green+Blue) = 63+20+29=112 (14% of max value = 765). Red value is 63 (25% from 255 or 56.25% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 63 - color contains mainly: red. Hex color #3F141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F141D is #C0EBE2. Grayscale: #212121. Windows color (decimal): -12643299 or 1905727. OLE color: 1905727.

HSL color Cylindrical-coordinate representation of color #3F141D: hue angle of 347.44º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F141D is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 20 29 -
CMYK 0 0.68 0.54 0.75
HSL 347.44º 0.52% 0.16% -
HSV(B) 347.44º 0.68% 0.25% -
XYZ 2.52 1.65 1.35 -
YUV 33.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 63 20 29 0 0.68 0.54 0.75 347.44 0.52 0.16
Hex 3F 14 1D 0 44 36 4B 15B 34 10
Octal 77 24 35 0 104 66 113 533 64 20
Binary 111111 10100 11101 0 1000100 110110 1001011 101011011 110100 10000

Color Harmonies of #3F141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F141D

Black with #3F141D

Text Example


Text Example

White with #3F141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,20,29); }

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

background-color css

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

 a { background-color: rgb(63,20,29); }

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

border-color css

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

 span { border-color: rgb(63,20,29); }

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