Html Css Color HEX #3F151D Rustic Red

📋 copy color: '#3F151D'

red 63 ◦ green 21 ◦ blue 29

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

Shades of Rustic Red #3F151D

Tints of Rustic Red #3F151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.58%

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

R = 55.75%
G = 18.58%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#3F151D (or 0x3F151D) is known color: Rustic Red. HEX triplet: 3F, 15 and 1D. RGB value is (63,21,29). Sum of RGB (Red+Green+Blue) = 63+21+29=113 (14% of max value = 765). Red value is 63 (25% from 255 or 55.75% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 63 - color contains mainly: red. Hex color #3F151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F151D is #C0EAE2. Grayscale: #222222. Windows color (decimal): -12643043 or 1905983. OLE color: 1905983.

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

Color convert

RGB 63 21 29 -
CMYK 0 0.67 0.54 0.75
HSL 348.57º 0.5% 0.16% -
HSV(B) 348.57º 0.67% 0.25% -
XYZ 2.54 1.68 1.35 -
YUV 34.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 63 21 29 0 0.67 0.54 0.75 348.57 0.5 0.16
Hex 3F 15 1D 0 43 36 4B 15D 32 10
Octal 77 25 35 0 103 66 113 535 62 20
Binary 111111 10101 11101 0 1000011 110110 1001011 101011101 110010 10000

Color Harmonies of #3F151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F151D

Black with #3F151D

Text Example


Text Example

White with #3F151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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