Html Css Color HEX #3F1113 Rustic Red

📋 copy color: '#3F1113'

red 63 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #3F1113

Tints of Rustic Red #3F1113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19.19%

R = 63.64%
G = 17.17%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3F1113 (or 0x3F1113) is known color: Rustic Red. HEX triplet: 3F, 11 and 13. RGB value is (63,17,19). Sum of RGB (Red+Green+Blue) = 63+17+19=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1113 is #C0EEEC. Grayscale: #1F1F1F. Windows color (decimal): -12644077 or 1249599. OLE color: 1249599.

HSL color Cylindrical-coordinate representation of color #3F1113: hue angle of 357.39º 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 #3F1113 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 17 19 -
CMYK 0 0.73 0.70 0.75
HSL 357.39º 0.58% 0.16% -
HSV(B) 357.39º 0.73% 0.25% -
XYZ 2.37 1.5 0.78 -
YUV 30.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 63 17 19 0 0.73 0.70 0.75 357.39 0.58 0.16
Hex 3F 11 13 0 49 46 4B 165 3A 10
Octal 77 21 23 0 111 106 113 545 72 20
Binary 111111 10001 10011 0 1001001 1000110 1001011 101100101 111010 10000

Color Harmonies of #3F1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1113

Black with #3F1113

Text Example


Text Example

White with #3F1113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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