Html Css Color HEX #3F1114 Rustic Red

📋 copy color: '#3F1114'

red 63 ◦ green 17 ◦ blue 20

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

Shades of Rustic Red #3F1114

Tints of Rustic Red #3F1114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17%

 BLUE value IS 20 (8.2% from 255) = 20%

R = 63%
G = 17%
B = 20%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#3F1114 (or 0x3F1114) is known color: Rustic Red. HEX triplet: 3F, 11 and 14. RGB value is (63,17,20). Sum of RGB (Red+Green+Blue) = 63+17+20=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1114 is #C0EEEB. Grayscale: #1F1F1F. Windows color (decimal): -12644076 or 1315135. OLE color: 1315135.

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

Color convert

RGB 63 17 20 -
CMYK 0 0.73 0.68 0.75
HSL 356.09º 0.58% 0.16% -
HSV(B) 356.09º 0.73% 0.25% -
XYZ 2.38 1.51 0.83 -
YUV 31.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 63 17 20 0 0.73 0.68 0.75 356.09 0.58 0.16
Hex 3F 11 14 0 49 44 4B 164 3A 10
Octal 77 21 24 0 111 104 113 544 72 20
Binary 111111 10001 10100 0 1001001 1000100 1001011 101100100 111010 10000

Color Harmonies of #3F1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1114

Black with #3F1114

Text Example


Text Example

White with #3F1114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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