Html Css Color HEX #3F040E Rustic Red

📋 copy color: '#3F040E'

red 63 ◦ green 4 ◦ blue 14

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

Shades of Rustic Red #3F040E

Tints of Rustic Red #3F040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.94%

 BLUE value IS 14 (5.86% from 255) = 17.28%

R = 77.78%
G = 4.94%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#3F040E (or 0x3F040E) is known color: Rustic Red. HEX triplet: 3F, 04 and 0E. RGB value is (63,4,14). Sum of RGB (Red+Green+Blue) = 63+4+14=81 (10% of max value = 765). Red value is 63 (25% from 255 or 77.78% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 63 - color contains mainly: red. Hex color #3F040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F040E is #C0FBF1. Grayscale: #161616. Windows color (decimal): -12647410 or 918591. OLE color: 918591.

HSL color Cylindrical-coordinate representation of color #3F040E: hue angle of 349.83º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F040E is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 4 14 -
CMYK 0 0.94 0.78 0.75
HSL 349.83º 0.88% 0.13% -
HSV(B) 349.83º 0.94% 0.25% -
XYZ 2.17 1.18 0.53 -
YUV 22.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 63 4 14 0 0.94 0.78 0.75 349.83 0.88 0.13
Hex 3F 4 E 0 5E 4E 4B 15E 58 D
Octal 77 4 16 0 136 116 113 536 130 15
Binary 111111 100 1110 0 1011110 1001110 1001011 101011110 1011000 1101

Color Harmonies of #3F040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F040E

Black with #3F040E

Text Example


Text Example

White with #3F040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,4,14); }

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

background-color css

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

 a { background-color: rgb(63,4,14); }

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

border-color css

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

 span { border-color: rgb(63,4,14); }

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