Html Css Color HEX #3F1213 Rustic Red

📋 copy color: '#3F1213'

red 63 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #3F1213

Tints of Rustic Red #3F1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18%

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

R = 63%
G = 18%
B = 19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3F1213 (or 0x3F1213) is known color: Rustic Red. HEX triplet: 3F, 12 and 13. RGB value is (63,18,19). Sum of RGB (Red+Green+Blue) = 63+18+19=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1213 is #C0EDEC. Grayscale: #1F1F1F. Windows color (decimal): -12643821 or 1249855. OLE color: 1249855.

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

Color convert

RGB 63 18 19 -
CMYK 0 0.71 0.70 0.75
HSL 358.67º 0.56% 0.16% -
HSV(B) 358.67º 0.71% 0.25% -
XYZ 2.38 1.54 0.79 -
YUV 31.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 63 18 19 0 0.71 0.70 0.75 358.67 0.56 0.16
Hex 3F 12 13 0 47 46 4B 167 38 10
Octal 77 22 23 0 107 106 113 547 70 20
Binary 111111 10010 10011 0 1000111 1000110 1001011 101100111 111000 10000

Color Harmonies of #3F1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1213

Black with #3F1213

Text Example


Text Example

White with #3F1213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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